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 d8df81b commit 4f23e8cCopy full SHA for 4f23e8c
1 file changed
.github/workflows/releases.yml
@@ -1,6 +1,9 @@
1
name: Wheels
2
3
on:
4
+ release:
5
+ types:
6
+ - published
7
push:
8
branches: [main]
9
pull_request:
@@ -64,7 +67,7 @@ jobs:
64
67
name: Upload to PyPI
65
68
needs: [build_artifacts, test_dist_pypi]
66
69
runs-on: ubuntu-latest
- if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
70
+ if: github.event_name == 'release'
71
environment:
72
name: releases
73
url: https://pypi.org/p/zarr
0 commit comments