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 e7e9749 commit 5f006e8Copy full SHA for 5f006e8
.github/workflows/publish.yml
@@ -67,7 +67,7 @@ jobs:
67
if: github.repository_owner == 'pydata' && github.event_name == 'release' && github.event.action == 'published'
68
69
- name: "Publish PST package to scientific-python-nightly-wheels 🚀"
70
- uses: scientific-python/upload-nightly-action@b67d7fcc0396e1128a474d1ab2b48aa94680f9fc # 0.5.0
+ uses: scientific-python/upload-nightly-action@ccf29c805b5d0c1dc31fa97fcdb962be074cade3 # 0.6.0
71
with:
72
artifacts_path: dist
73
anaconda_nightly_upload_token: ${{ secrets.ANACONDA_ORG_UPLOAD_TOKEN }}
0 commit comments