Skip to content

Commit c4409d0

Browse files
committed
Update conditional
1 parent 6f412a9 commit c4409d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
upload_pypi:
6565
needs: [build_artifacts, test_dist_pypi]
6666
runs-on: ubuntu-latest
67-
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
67+
if: github.event_name == 'release'
6868
environment:
6969
name: releases
7070
url: https://pypi.org/p/zarr

0 commit comments

Comments
 (0)