We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 87d1da1 + 83ea484 commit 70b1e80Copy full SHA for 70b1e80
2 files changed
.github/workflows/cibuildwheel.yml
@@ -213,4 +213,4 @@ jobs:
213
run: ls dist
214
215
- name: Publish package distributions to PyPI
216
- uses: pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf # v1.8.11
+ uses: pypa/gh-action-pypi-publish@e53eb8b103ffcb59469888563dc324e3c8ba6f06 # v1.8.12
.github/workflows/nightlies.yml
@@ -59,7 +59,7 @@ jobs:
59
ls -l dist/
60
61
- name: Upload wheels to Anaconda Cloud as nightlies
62
- uses: scientific-python/upload-nightly-action@6e9304f7a3a5501c6f98351537493ec898728299 # 0.3.0
+ uses: scientific-python/upload-nightly-action@b67d7fcc0396e1128a474d1ab2b48aa94680f9fc # 0.5.0
63
with:
64
artifacts_path: dist
65
anaconda_nightly_upload_token: ${{ secrets.ANACONDA_ORG_UPLOAD_TOKEN }}
0 commit comments