Skip to content

Commit f7b24c6

Browse files
DOC: Update action commit SHA to the 0.6.3 tag (#153)
* For stability provide the commit SHA that corresponds to the 0.6.3 tag for users to pin to.
1 parent 5748273 commit f7b24c6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
...
1414
- name: Upload wheel
15-
uses: scientific-python/upload-nightly-action@b36e8c0c10dbcfd2e05bf95f17ef8c14fd708dbf # 0.6.2
15+
uses: scientific-python/upload-nightly-action@5748273c71e2d8d3a61f3a11a16421c8954f9ecf # 0.6.3
1616
with:
1717
artifacts_path: dist
1818
anaconda_nightly_upload_token: ${{secrets.UPLOAD_TOKEN}}
@@ -57,7 +57,7 @@ jobs:
5757
steps:
5858
...
5959
- name: Upload wheel
60-
uses: scientific-python/upload-nightly-action@b36e8c0c10dbcfd2e05bf95f17ef8c14fd708dbf # 0.6.2
60+
uses: scientific-python/upload-nightly-action@5748273c71e2d8d3a61f3a11a16421c8954f9ecf # 0.6.3
6161
with:
6262
artifacts_path: dist
6363
anaconda_nightly_upload_organization: my-alternative-organization

0 commit comments

Comments
 (0)