We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9d513d commit b2d154cCopy full SHA for b2d154c
.github/workflows/wheels.yml
@@ -206,7 +206,7 @@ jobs:
206
if: github.event_name == 'schedule' && github.repository == 'scipy/scipy-release'
207
shell: bash -el {0} # required for micromamba
208
env:
209
- TOKEN: ${{ secrets.scipy_NIGHTLY_UPLOAD_TOKEN }}
+ TOKEN: ${{ secrets.SCIPY_NIGHTLY_UPLOAD_TOKEN }}
210
run: |
211
anaconda -q -t ${TOKEN} upload --force -u scientific-python-nightly-wheels ./dist/*.whl
212
0 commit comments