Skip to content

Commit

Permalink
Fix secret name
Browse files Browse the repository at this point in the history
  • Loading branch information
lysnikolaou committed Jun 5, 2024
1 parent 0cd62a3 commit 6af726e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ build_pure_wheel:
# see https://github.com/marketplace/actions/setup-miniconda for why
# `-el {0}` is required.
env:
TOKEN: ${{ secrets.NUMPY_NIGHTLY_UPLOAD_TOKEN }}
TOKEN: ${{ secrets.CYTHON_NIGHTLY_UPLOAD_TOKEN }}
run: |
source Tools/upload-wheels.sh
# trigger an upload to
Expand Down

0 comments on commit 6af726e

Please sign in to comment.