From 113aaa3e759de6a402eea5389b47af31b98b3ae4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 05:28:47 +0000 Subject: [PATCH] Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3 Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.12.2 to 1.12.3. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.12.2...v1.12.3) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/PyPi.yml | 2 +- .github/workflows/TestPyPi.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/PyPi.yml b/.github/workflows/PyPi.yml index 20ce635..73a74a3 100644 --- a/.github/workflows/PyPi.yml +++ b/.github/workflows/PyPi.yml @@ -25,6 +25,6 @@ jobs: run: python -m build --sdist --wheel --outdir dist/ - name: Publish distribution 📦 to PyPI - uses: pypa/gh-action-pypi-publish@v1.12.2 + uses: pypa/gh-action-pypi-publish@v1.12.3 with: password: ${{ secrets.PYPI_API_TOKEN }} diff --git a/.github/workflows/TestPyPi.yml b/.github/workflows/TestPyPi.yml index 6431923..c24d5a0 100644 --- a/.github/workflows/TestPyPi.yml +++ b/.github/workflows/TestPyPi.yml @@ -26,7 +26,7 @@ jobs: - name: Publish distribution 📦 to Test PyPI - uses: pypa/gh-action-pypi-publish@v1.12.2 + uses: pypa/gh-action-pypi-publish@v1.12.3 with: password: ${{ secrets.TEST_PYPI_API_TOKEN }} repository_url: https://test.pypi.org/legacy/