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 84211d7 commit 39a9d36Copy full SHA for 39a9d36
.github/workflows/nightly.yml
@@ -27,7 +27,7 @@ jobs:
27
python -m pip install build
28
python -m build
29
- name: Upload wheel
30
- uses: scientific-python/upload-nightly-action@82396a2ed4269ba06c6b2988bb4fd568ef3c3d6b # 0.6.1
+ uses: scientific-python/upload-nightly-action@b36e8c0c10dbcfd2e05bf95f17ef8c14fd708dbf # 0.6.2
31
with:
32
artifacts_path: dist
33
anaconda_nightly_upload_token: ${{secrets.UPLOAD_TOKEN}}
0 commit comments