Skip to content

Commit

Permalink
DOC: Update action commit SHA to the 0.2.0 tag
Browse files Browse the repository at this point in the history
* For stability provide the commit SHA that corresponds to the 0.2.0
  tag for users to pin to.
  • Loading branch information
matthewfeickert committed Oct 6, 2023
1 parent 5fb764c commit ba6a700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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@8f0394fd2aa0c85d7364a9958652e8994e06b23c # 0.1.0
uses: scientific-python/upload-nightly-action@5fb764c5bce1ac2297084c0f7161b1919f17c74f # 0.2.0
with:
artifacts_path: dist
anaconda_nightly_upload_token: ${{secrets.UPLOAD_TOKEN}}
Expand Down

0 comments on commit ba6a700

Please sign in to comment.