add release trigger that takes a tag as input by d-v-b · Pull Request #3821 · zarr-developers/zarr-python

@d-v-b

This change to `release.yml` should allow us to use `workflow-dispatch`, i.e., manual triggering,
to invoke the release workflow, with an explicit tag as input. This supports publishing a tagged
release outside of the commit that creates that tag. This is useful for situations where we issued a
release, but the github actions workflow was broken in some way that prevented us from uploading the
release to pypi.

maxrjones

maxrjones

@d-v-b d-v-b deleted the chore/publish-retroactive branch

March 23, 2026 16:05

@d-v-b d-v-b mentioned this pull request

Mar 23, 2026

d-v-b added a commit to d-v-b/zarr-python that referenced this pull request

Mar 24, 2026
…3822

Reverts our `releases.yml` workflow to the state as of 93dd0e4, i.e. no option to publish a tag declared in workflow dispatch.

d-v-b added a commit that referenced this pull request

Mar 24, 2026
Reverts our `releases.yml` workflow to the state as of 93dd0e4, i.e. no option to publish a tag declared in workflow dispatch.