Skip to content

Commit

Permalink
DOC: Update action commit SHA to the 0.6.0 tag (#94)
Browse files Browse the repository at this point in the history
* For stability provide the commit SHA that corresponds to the 0.6.0
  tag for users to pin to.
  • Loading branch information
matthewfeickert authored Sep 27, 2024
1 parent ccf29c8 commit e5087b7
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@b67d7fcc0396e1128a474d1ab2b48aa94680f9fc # 0.5.0
uses: scientific-python/upload-nightly-action@ccf29c805b5d0c1dc31fa97fcdb962be074cade3 # 0.6.0
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@b67d7fcc0396e1128a474d1ab2b48aa94680f9fc # 0.5.0
uses: scientific-python/upload-nightly-action@ccf29c805b5d0c1dc31fa97fcdb962be074cade3 # 0.6.0
with:
artifacts_path: dist
anaconda_nightly_upload_organization: my-alternative-organization
Expand Down

0 comments on commit e5087b7

Please sign in to comment.