We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f412a9 commit c4409d0Copy full SHA for c4409d0
1 file changed
.github/workflows/releases.yml
@@ -64,7 +64,7 @@ jobs:
64
upload_pypi:
65
needs: [build_artifacts, test_dist_pypi]
66
runs-on: ubuntu-latest
67
- if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
+ if: github.event_name == 'release'
68
environment:
69
name: releases
70
url: https://pypi.org/p/zarr
0 commit comments