From 458c0bc8a180795c27f561ea19f0ca0aa7743d03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 02:52:33 +0000 Subject: [PATCH] dependabot: Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.12.2 Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.10.3 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/f7600683efdcb7656dec5b29656edb7bc586e597...15c56dba361d8335944d31a2ecd17d700fc7bcbc) --- 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/python-package-main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-package-main.yml b/.github/workflows/python-package-main.yml index 331ca36..a9910f7 100644 --- a/.github/workflows/python-package-main.yml +++ b/.github/workflows/python-package-main.yml @@ -81,7 +81,7 @@ jobs: startsWith(github.ref, 'refs/tags/') && matrix.python-version == env.PYTHON_RELEASE_VERSION && vars.DEPLOY_ON_GITHUB == 'true' - uses: pypa/gh-action-pypi-publish@f7600683efdcb7656dec5b29656edb7bc586e597 + uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }} @@ -90,7 +90,7 @@ jobs: if: | github.ref == 'refs/heads/main' && matrix.python-version == env.PYTHON_RELEASE_VERSION - uses: pypa/gh-action-pypi-publish@f7600683efdcb7656dec5b29656edb7bc586e597 + uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc with: user: __token__ password: ${{ secrets.TEST_PYPI_API_TOKEN }}