Skip to content

Commit 6f1e2b9

Browse files
DOC: Update action commit SHA to the 0.3.0 tag (#56)
* For stability provide the commit SHA that corresponds to the 0.3.0 tag for users to pin to.
1 parent 6e9304f commit 6f1e2b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
...
1313
- name: Upload wheel
14-
uses: scientific-python/upload-nightly-action@5fb764c5bce1ac2297084c0f7161b1919f17c74f # 0.2.0
14+
uses: scientific-python/upload-nightly-action@6e9304f7a3a5501c6f98351537493ec898728299 # 0.3.0
1515
with:
1616
artifacts_path: dist
1717
anaconda_nightly_upload_token: ${{secrets.UPLOAD_TOKEN}}
@@ -56,7 +56,7 @@ jobs:
5656
steps:
5757
...
5858
- name: Upload wheel
59-
uses: scientific-python/upload-nightly-action@5fb764c5bce1ac2297084c0f7161b1919f17c74f # 0.2.0
59+
uses: scientific-python/upload-nightly-action@6e9304f7a3a5501c6f98351537493ec898728299 # 0.3.0
6060
with:
6161
artifacts_path: dist
6262
anaconda_nightly_upload_organization: my-alternative-organization

0 commit comments

Comments
 (0)