Use GitHub releases for releasing...
This commit is contained in:
parent
aff1df5062
commit
e5baf38a39
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue