Skip to content

Commit

Permalink
DOC: Update action commit SHA to the 0.5.0 tag (#69)
Browse files Browse the repository at this point in the history
* For stability provide the commit SHA that corresponds to the 0.5.0
  tag for users to pin to.
  • Loading branch information
matthewfeickert authored Feb 23, 2024
1 parent b67d7fc commit 50053b3
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 @@ -11,7 +11,7 @@ jobs:
steps:
...
- name: Upload wheel
uses: scientific-python/upload-nightly-action@95f7bf6a22281b8072fae929429dd0408f09ea63 # 0.4.0
uses: scientific-python/upload-nightly-action@b67d7fcc0396e1128a474d1ab2b48aa94680f9fc # 0.5.0
with:
artifacts_path: dist
anaconda_nightly_upload_token: ${{secrets.UPLOAD_TOKEN}}
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
steps:
...
- name: Upload wheel
uses: scientific-python/upload-nightly-action@95f7bf6a22281b8072fae929429dd0408f09ea63 # 0.4.0
uses: scientific-python/upload-nightly-action@b67d7fcc0396e1128a474d1ab2b48aa94680f9fc # 0.5.0
with:
artifacts_path: dist
anaconda_nightly_upload_organization: my-alternative-organization
Expand Down

0 comments on commit 50053b3

Please sign in to comment.