File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ jobs:
153
153
uses : scientific-python/upload-nightly-action@b67d7fcc0396e1128a474d1ab2b48aa94680f9fc # 0.5.0
154
154
with :
155
155
artifacts_path : ./wheelhouse
156
- anaconda_nightly_upload_token : ${{ secrets.PILLOW_NIGHTLY_UPLOAD_TOKEN }}
156
+ anaconda_nightly_upload_token : ${{ secrets.ANACONDA_ORG_UPLOAD_TOKEN }}
157
157
158
158
windows :
159
159
name : Windows ${{ matrix.cibw_arch }}
@@ -246,7 +246,7 @@ jobs:
246
246
uses : scientific-python/upload-nightly-action@b67d7fcc0396e1128a474d1ab2b48aa94680f9fc # 0.5.0
247
247
with :
248
248
artifacts_path : ./wheelhouse
249
- anaconda_nightly_upload_token : ${{ secrets.PILLOW_NIGHTLY_UPLOAD_TOKEN }}
249
+ anaconda_nightly_upload_token : ${{ secrets.ANACONDA_ORG_UPLOAD_TOKEN }}
250
250
251
251
sdist :
252
252
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments