From ebe7ad039a5a281cf0cc40e26adce1cf5abb96f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 07:04:20 +0000 Subject: [PATCH] Bump pypa/gh-action-pypi-publish@release/v1.9 in the actions group Bumps the actions group with 1 update: [pypa/gh-action-pypi-publish@release/v1.9](https://github.com/pypa/gh-action-pypi-publish). Updates `pypa/gh-action-pypi-publish@release/v1.9` from 1.9 to 1.12 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/release/v1.9...release/v1.12) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish@release/v1.9 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build_wheels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index f4ecc27..e84658f 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -87,7 +87,7 @@ jobs: ls -R du -sh - - uses: pypa/gh-action-pypi-publish@release/v1.9 + - uses: pypa/gh-action-pypi-publish@release/v1.12 with: repository-url: https://test.pypi.org/legacy/ password: ${{ secrets.TESTPYPI_TOKEN }} @@ -121,7 +121,7 @@ jobs: ls -R du -sh - - uses: pypa/gh-action-pypi-publish@release/v1.9 + - uses: pypa/gh-action-pypi-publish@release/v1.12 with: password: ${{ secrets.PYPI_TOKEN }} skip-existing: false \ No newline at end of file