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 9300bab commit 2e3bd38Copy full SHA for 2e3bd38
.github/workflows/release.yaml
@@ -216,7 +216,7 @@ jobs:
216
217
- name: Upload Nightly Wheelsref
218
if : ${{ github.ref_type == 'branch' && github.ref_name == 'main' }}
219
- uses: scientific-python/upload-nightly-action@b67d7fcc0396e1128a474d1ab2b48aa94680f9fc
+ uses: scientific-python/upload-nightly-action@82396a2ed4269ba06c6b2988bb4fd568ef3c3d6b
220
with:
221
artifacts_path: dist
222
anaconda_nightly_upload_token: ${{ secrets.ANACONDA_ORG_UPLOAD_TOKEN }}
0 commit comments