Skip to content

Commit 8d5e364

Browse files
CI Bump scientific-python/upload-nightly-action from 0.6.0 to 0.6.1 (#2003)
Resolves scientific-python/upload-nightly-action#106 * scientific-python/upload-nightly-action v0.6.1 fixes a breaking bug in v0.6.0. - c.f. https://github.com/scientific-python/upload-nightly-action/releases/tag/0.6.1
1 parent 0bcbeaf commit 8d5e364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
if: github.repository_owner == 'pydata' && github.event_name == 'release' && github.event.action == 'published'
6868

6969
- name: "Publish PST package to scientific-python-nightly-wheels 🚀"
70-
uses: scientific-python/upload-nightly-action@ccf29c805b5d0c1dc31fa97fcdb962be074cade3 # 0.6.0
70+
uses: scientific-python/upload-nightly-action@82396a2ed4269ba06c6b2988bb4fd568ef3c3d6b # 0.6.1
7171
with:
7272
artifacts_path: dist
7373
anaconda_nightly_upload_token: ${{ secrets.ANACONDA_ORG_UPLOAD_TOKEN }}

0 commit comments

Comments
 (0)