From eae42469d340ca867bbac33ff86c43463e025c9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 19:19:44 +0000 Subject: [PATCH] Bump scientific-python/upload-nightly-action from 0.6.1 to 0.6.2 Bumps [scientific-python/upload-nightly-action](https://github.com/scientific-python/upload-nightly-action) from 0.6.1 to 0.6.2. - [Release notes](https://github.com/scientific-python/upload-nightly-action/releases) - [Commits](https://github.com/scientific-python/upload-nightly-action/compare/82396a2ed4269ba06c6b2988bb4fd568ef3c3d6b...b36e8c0c10dbcfd2e05bf95f17ef8c14fd708dbf) --- updated-dependencies: - dependency-name: scientific-python/upload-nightly-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a074b117..02889b24 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -221,7 +221,7 @@ jobs: - name: Upload Nightly Wheelsref if : ${{ github.ref_type == 'branch' && github.ref_name == 'main' }} - uses: scientific-python/upload-nightly-action@82396a2ed4269ba06c6b2988bb4fd568ef3c3d6b + uses: scientific-python/upload-nightly-action@b36e8c0c10dbcfd2e05bf95f17ef8c14fd708dbf with: artifacts_path: dist anaconda_nightly_upload_token: ${{ secrets.ANACONDA_ORG_UPLOAD_TOKEN }}