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 d129631 commit c0d131cCopy full SHA for c0d131c
.github/workflows/upload-nightly-wheels.yml
@@ -33,7 +33,7 @@ jobs:
33
run: ls -lha dist/*.whl
34
35
- name: Upload wheel to Anaconda Cloud as nightly
36
- uses: scientific-python/upload-nightly-action@b67d7fcc0396e1128a474d1ab2b48aa94680f9fc # 0.5.0
+ uses: scientific-python/upload-nightly-action@82396a2ed4269ba06c6b2988bb4fd568ef3c3d6b # 0.6.1
37
with:
38
artifacts_path: dist
39
anaconda_nightly_upload_token: ${{ secrets.ANACONDA_ORG_UPLOAD_TOKEN }}
0 commit comments