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 0bcbeaf commit 8d5e364Copy full SHA for 8d5e364
.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@ccf29c805b5d0c1dc31fa97fcdb962be074cade3 # 0.6.0
+ uses: scientific-python/upload-nightly-action@82396a2ed4269ba06c6b2988bb4fd568ef3c3d6b # 0.6.1
71
with:
72
artifacts_path: dist
73
anaconda_nightly_upload_token: ${{ secrets.ANACONDA_ORG_UPLOAD_TOKEN }}
0 commit comments