From d09f373e7da99c8b359e27100f86412795b3e9cd Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Mon, 20 Apr 2026 14:15:02 +0200 Subject: [PATCH] DOC: Update action commit SHA to the 0.6.4 tag * For stability provide the commit SHA that corresponds to the 0.6.4 tag for users to pin to. --- README.md | 4 ++-- action.yml | 2 +- pixi.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 53b3ed8..cb3cf00 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ jobs: steps: ... - name: Upload wheel - uses: scientific-python/upload-nightly-action@5748273c71e2d8d3a61f3a11a16421c8954f9ecf # 0.6.3 + uses: scientific-python/upload-nightly-action@e76cfec8a4611fd02808a801b0ff5a7d7c1b2d99 # 0.6.4 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@5748273c71e2d8d3a61f3a11a16421c8954f9ecf # 0.6.3 + uses: scientific-python/upload-nightly-action@e76cfec8a4611fd02808a801b0ff5a7d7c1b2d99 # 0.6.4 with: artifacts_path: dist anaconda_nightly_upload_organization: my-alternative-organization diff --git a/action.yml b/action.yml index 3b6b62b..6852861 100644 --- a/action.yml +++ b/action.yml @@ -1,7 +1,7 @@ name: Upload Nightly description: A GitHub Action to upload artifacts nightly author: "Scientific-Python" -version: "0.6.3" +version: "0.6.4" inputs: artifacts_path: diff --git a/pixi.toml b/pixi.toml index 77e3d26..fe33e73 100644 --- a/pixi.toml +++ b/pixi.toml @@ -4,7 +4,7 @@ channels = ["conda-forge"] description = "Environment for the scientific-python/upload-nightly-action GitHub action" name = "upload-nightly-action" platforms = ["linux-64", "linux-aarch64", "osx-64", "osx-arm64", "win-64"] -version = "0.6.3" +version = "0.6.4" requires-pixi = ">=0.67.0" # month window to find security issues exclude-newer = "30d"