Rename secret

This commit is contained in:
Lysandros Nikolaou 2024-07-16 10:42:18 +02:00
parent 784a874490
commit 68c3542d09
No known key found for this signature in database
GPG Key ID: 43E92D11D08F5F29

View File

@ -153,7 +153,7 @@ jobs:
uses: scientific-python/upload-nightly-action@b67d7fcc0396e1128a474d1ab2b48aa94680f9fc # 0.5.0 uses: scientific-python/upload-nightly-action@b67d7fcc0396e1128a474d1ab2b48aa94680f9fc # 0.5.0
with: with:
artifacts_path: ./wheelhouse artifacts_path: ./wheelhouse
anaconda_nightly_upload_token: ${{ secrets.PILLOW_NIGHTLY_UPLOAD_TOKEN }} anaconda_nightly_upload_token: ${{ secrets.ANACONDA_ORG_UPLOAD_TOKEN }}
windows: windows:
name: Windows ${{ matrix.cibw_arch }} name: Windows ${{ matrix.cibw_arch }}
@ -246,7 +246,7 @@ jobs:
uses: scientific-python/upload-nightly-action@b67d7fcc0396e1128a474d1ab2b48aa94680f9fc # 0.5.0 uses: scientific-python/upload-nightly-action@b67d7fcc0396e1128a474d1ab2b48aa94680f9fc # 0.5.0
with: with:
artifacts_path: ./wheelhouse artifacts_path: ./wheelhouse
anaconda_nightly_upload_token: ${{ secrets.PILLOW_NIGHTLY_UPLOAD_TOKEN }} anaconda_nightly_upload_token: ${{ secrets.ANACONDA_ORG_UPLOAD_TOKEN }}
sdist: sdist:
runs-on: ubuntu-latest runs-on: ubuntu-latest