From e5087b77886bd3f58b05f5c79f94353958e05d22 Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Fri, 27 Sep 2024 14:57:29 -0500 Subject: [PATCH] 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. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d22d078..687c1bf 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ jobs: steps: ... - name: Upload wheel - uses: scientific-python/upload-nightly-action@b67d7fcc0396e1128a474d1ab2b48aa94680f9fc # 0.5.0 + uses: scientific-python/upload-nightly-action@ccf29c805b5d0c1dc31fa97fcdb962be074cade3 # 0.6.0 with: artifacts_path: dist anaconda_nightly_upload_token: ${{secrets.UPLOAD_TOKEN}} @@ -57,7 +57,7 @@ jobs: steps: ... - name: Upload wheel - uses: scientific-python/upload-nightly-action@b67d7fcc0396e1128a474d1ab2b48aa94680f9fc # 0.5.0 + uses: scientific-python/upload-nightly-action@ccf29c805b5d0c1dc31fa97fcdb962be074cade3 # 0.6.0 with: artifacts_path: dist anaconda_nightly_upload_organization: my-alternative-organization