We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 380b33d commit 1b957e4Copy full SHA for 1b957e4
.github/workflows/buildwheel.yml
@@ -438,6 +438,8 @@ jobs:
438
# Run on push/merge to main
439
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
440
runs-on: ubuntu-latest
441
+ environment:
442
+ name: anaconda_nightly
443
permissions: {}
444
445
steps:
@@ -457,7 +459,7 @@ jobs:
457
459
artifacts_path: dist
458
460
# This token is generated from anaconda.org
461
# https://github.com/scientific-python/upload-nightly-action/issues/111
- anaconda_nightly_upload_token: ${{ secrets.ANACONDA_ORG_UPLOAD_TOKEN }} # zizmor: ignore[secrets-outside-env]
462
+ anaconda_nightly_upload_token: ${{ secrets.ANACONDA_ORG_UPLOAD_TOKEN_V2 }}
463
464
# Deploy wheels and sdist to PyPI
465
0 commit comments