From 426711926b3820844447f8ebd3740b6736f2fb2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 17:16:38 +0100 Subject: [PATCH] Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.12.2 (#758) Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.14 to 1.12.2. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.14...v1.12.2) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release-pip.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-pip.yml b/.github/workflows/release-pip.yml index b6fe774e..262c0f50 100644 --- a/.github/workflows/release-pip.yml +++ b/.github/workflows/release-pip.yml @@ -73,7 +73,7 @@ jobs: python setup.py sdist - name: publish package to pypi - uses: pypa/gh-action-pypi-publish@v1.8.14 + uses: pypa/gh-action-pypi-publish@v1.12.2 if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') with: # Password for your PyPI user or an access token