Skip to content

Commit

Permalink
uncomment if condition
Browse files Browse the repository at this point in the history
  • Loading branch information
zmeri authored Sep 10, 2021
1 parent 8dc13d8 commit 5f9372c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
upload_pypi:
needs: [build_wheels, build_sdist]
runs-on: ubuntu-latest
# if: github.event_name == 'release' && github.event.action == 'published'
if: github.event_name == 'release' && github.event.action == 'published'
steps:
- uses: actions/download-artifact@v2
with:
Expand Down

0 comments on commit 5f9372c

Please sign in to comment.