We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6bee29 commit b57a58aCopy full SHA for b57a58a
1 file changed
.github/workflows/buildwheel.yml
@@ -449,7 +449,7 @@ jobs:
449
artifacts_path: dist
450
# This token is generated from anaconda.org
451
# https://github.com/scientific-python/upload-nightly-action/issues/111
452
- anaconda_nightly_upload_token: ${{ secrets.ANACONDA_ORG_UPLOAD_TOKEN }}
+ anaconda_nightly_upload_token: ${{ secrets.ANACONDA_ORG_UPLOAD_TOKEN }} # zizmor: ignore[secrets-outside-env]
453
454
# Deploy wheels and sdist to PyPI
455
0 commit comments