Skip to content

Commit

Permalink
Automated releases (#528)
Browse files Browse the repository at this point in the history
  • Loading branch information
hardbyte authored Mar 8, 2022
1 parent fe058bf commit 54a9867
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'
if: github.event.type == 'ReleaseEvent'
steps:
- uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 54a9867

Please sign in to comment.