Skip to content

Commit

Permalink
Use GitHub releases for releasing...
Browse files Browse the repository at this point in the history
  • Loading branch information
robtaylor committed Aug 11, 2023
1 parent aff1df5 commit e5baf38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:

upload_pypi:
# TODO: create an sdist that can build without a custom environment
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
if: github.event_name == 'release'
needs: [build_wheels]
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit e5baf38

Please sign in to comment.