Skip to content

Commit

Permalink
remove condition for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
erikayasuda committed Oct 18, 2024
1 parent b9728c0 commit a737e92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ jobs:
upload_pypi:
needs: [build_wheel, build_sdist]
runs-on: ubuntu-latest
# if: github.event_name == 'release' && github.event.action == 'published'
steps:
- uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
with:
Expand Down

0 comments on commit a737e92

Please sign in to comment.