Skip to content

Commit

Permalink
CI Bump scientific-python/upload-nightly-action from 0.6.0 to 0.6.1 (p…
Browse files Browse the repository at this point in the history
…ydata#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
  • Loading branch information
matthewfeickert authored and gabalafou committed Oct 6, 2024
1 parent 04e1303 commit 15295de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
if: github.repository_owner == 'pydata' && github.event_name == 'release' && github.event.action == 'published'

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

0 comments on commit 15295de

Please sign in to comment.