Skip to content

Commit e5087b7

Browse files
DOC: Update action commit SHA to the 0.6.0 tag (#94)
* For stability provide the commit SHA that corresponds to the 0.6.0 tag for users to pin to.
1 parent ccf29c8 commit e5087b7

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

0 commit comments

Comments
 (0)