Thanks to visit codestin.com Credit goes to github.com
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 c783fd1 commit fd514adCopy full SHA for fd514ad
.github/workflows/build_wheels.yml
@@ -148,7 +148,7 @@ jobs:
148
# If it's a PR, do nothing else.
149
# If it's a scheduled run, it was built with nightly NumPy, push to scientific-python:
150
- name: Upload wheels to Anaconda Cloud as nightlies
151
- uses: scientific-python/upload-nightly-action@b67d7fcc0396e1128a474d1ab2b48aa94680f9fc # 0.5.0
+ uses: scientific-python/upload-nightly-action@82396a2ed4269ba06c6b2988bb4fd568ef3c3d6b # 0.6.1
152
with:
153
artifacts_path: dist
154
anaconda_nightly_upload_token: ${{ secrets.ANACONDA_ORG_UPLOAD_TOKEN }}
0 commit comments