We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0885f4 commit de9564cCopy full SHA for de9564c
.github/workflows/nightly-pypi-build.yml
@@ -86,7 +86,7 @@ jobs:
86
- name: Publish to TestPyPI
87
id: publish-testpypi
88
continue-on-error: true
89
- uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # release/v1
+ uses: pypa/gh-action-pypi-publish@release/v1 # zizmor: ignore[unpinned-uses] -- until asf-infra publishes new allowlist with commit hash
90
with:
91
repository-url: https://test.pypi.org/legacy/
92
skip-existing: true
0 commit comments