Skip to content

Commit 513d82a

Browse files
DOC: Update action commit SHA to the 0.6.1 tag (#99)
* For stability provide the commit SHA that corresponds to the 0.6.1 tag for users to pin to.
1 parent 82396a2 commit 513d82a

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@ccf29c805b5d0c1dc31fa97fcdb962be074cade3 # 0.6.0
15+
uses: scientific-python/upload-nightly-action@82396a2ed4269ba06c6b2988bb4fd568ef3c3d6b # 0.6.1
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@ccf29c805b5d0c1dc31fa97fcdb962be074cade3 # 0.6.0
60+
uses: scientific-python/upload-nightly-action@82396a2ed4269ba06c6b2988bb4fd568ef3c3d6b # 0.6.1
6161
with:
6262
artifacts_path: dist
6363
anaconda_nightly_upload_organization: my-alternative-organization

0 commit comments

Comments
 (0)