Skip to content

Commit

Permalink
DOC: Update action commit SHA to the 0.6.1 tag (#99)
Browse files Browse the repository at this point in the history
* For stability provide the commit SHA that corresponds to the 0.6.1
  tag for users to pin to.
  • Loading branch information
matthewfeickert authored Sep 30, 2024
1 parent 82396a2 commit 513d82a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
...
- name: Upload wheel
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.UPLOAD_TOKEN}}
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
steps:
...
- name: Upload wheel
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_organization: my-alternative-organization
Expand Down

0 comments on commit 513d82a

Please sign in to comment.