From 8fa44523280f66f53598522f9153057db5066709 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 17:19:41 +0000 Subject: [PATCH] Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.12.0 Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.9.0 to 1.12.0. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.9.0...v1.12.0) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/new_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/new_release.yml b/.github/workflows/new_release.yml index 071c2d83..bfecfc6e 100644 --- a/.github/workflows/new_release.yml +++ b/.github/workflows/new_release.yml @@ -72,7 +72,7 @@ jobs: python -m twine check dist/* - name: Release to PyPi - uses: pypa/gh-action-pypi-publish@v1.9.0 + uses: pypa/gh-action-pypi-publish@v1.12.0 with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }}