Skip to content

Commit

Permalink
Update build_wheels.yml (#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
hardbyte authored Mar 8, 2022
1 parent 3b26893 commit fe058bf
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 @@ -48,7 +48,7 @@ jobs:
runs-on: ubuntu-latest

# upload to PyPI on every release
if: github.event_name == 'release' && github.event.action == 'created'
if: github.event_name == 'release'
steps:
- uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit fe058bf

Please sign in to comment.