From 790cdb7e3780d18778139b56a37b7ab922090d4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 19:53:51 +0000 Subject: [PATCH] Bump scientific-python/upload-nightly-action from 0.5.0 to 0.6.1 Bumps [scientific-python/upload-nightly-action](https://github.com/scientific-python/upload-nightly-action) from 0.5.0 to 0.6.1. - [Release notes](https://github.com/scientific-python/upload-nightly-action/releases) - [Commits](https://github.com/scientific-python/upload-nightly-action/compare/b67d7fcc0396e1128a474d1ab2b48aa94680f9fc...82396a2ed4269ba06c6b2988bb4fd568ef3c3d6b) --- updated-dependencies: - dependency-name: scientific-python/upload-nightly-action dependency-type: direct:production update-type: version-update:semver-minor ... 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 022101208..9f39fbc42 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -216,7 +216,7 @@ jobs: - name: Upload Nightly Wheelsref if : ${{ github.ref_type == 'branch' && github.ref_name == 'main' }} - uses: scientific-python/upload-nightly-action@b67d7fcc0396e1128a474d1ab2b48aa94680f9fc + uses: scientific-python/upload-nightly-action@82396a2ed4269ba06c6b2988bb4fd568ef3c3d6b with: artifacts_path: dist anaconda_nightly_upload_token: ${{ secrets.ANACONDA_ORG_UPLOAD_TOKEN }}