Use GitHub releases for releasing...

This commit is contained in:
Robert Taylor 2023-08-11 21:12:19 +00:00
parent aff1df5062
commit e5baf38a39
1 changed files with 1 additions and 1 deletions

View File

@ -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: