From 669e65292d34147b13259b58ad755212c2600c00 Mon Sep 17 00:00:00 2001 From: Andrew Nelson Date: Wed, 26 Nov 2025 13:18:58 +1100 Subject: [PATCH] MAINT: rename token --- .github/workflows/wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 3417803..c82e65a 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -206,7 +206,7 @@ jobs: if: github.event_name == 'schedule' && github.repository == 'scipy/scipy-release' shell: bash -el {0} # required for micromamba env: - TOKEN: ${{ secrets.scipy_NIGHTLY_UPLOAD_TOKEN }} + TOKEN: ${{ secrets.SCIPY_NIGHTLY_UPLOAD_TOKEN }} run: | anaconda -q -t ${TOKEN} upload --force -u scientific-python-nightly-wheels ./dist/*.whl