We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1e00aa commit 6d6db08Copy full SHA for 6d6db08
.github/workflows/release.yaml
@@ -221,7 +221,7 @@ jobs:
221
222
- name: Upload Nightly Wheelsref
223
if : ${{ github.ref_type == 'branch' && github.ref_name == 'main' }}
224
- uses: scientific-python/upload-nightly-action@82396a2ed4269ba06c6b2988bb4fd568ef3c3d6b
+ uses: scientific-python/upload-nightly-action@b36e8c0c10dbcfd2e05bf95f17ef8c14fd708dbf
225
with:
226
artifacts_path: dist
227
anaconda_nightly_upload_token: ${{ secrets.ANACONDA_ORG_UPLOAD_TOKEN }}
0 commit comments