From 6e9a703df8acda10783647eac7c88ad46406c225 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 15:46:44 +0000 Subject: [PATCH] Bump pypa/gh-action-pypi-publish in /.github/workflows Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.11.0 to 1.13.0. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.11.0...v1.13.0) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-version: 1.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/multi-py-deb-workflow.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/multi-py-deb-workflow.yml b/.github/workflows/multi-py-deb-workflow.yml index 50afac92..08476907 100644 --- a/.github/workflows/multi-py-deb-workflow.yml +++ b/.github/workflows/multi-py-deb-workflow.yml @@ -220,7 +220,7 @@ jobs: retention-days: 5 - name: Publish package to TestPyPI Experimental - uses: pypa/gh-action-pypi-publish@v1.11.0 + uses: pypa/gh-action-pypi-publish@v1.13.0 with: user: ${{ secrets.nexus_publisher_user }} password: ${{ secrets.nexus_publisher_password }} @@ -228,7 +228,7 @@ jobs: - name: Publish package to TestPyPI Testing if: ${{ inputs.deploy == 'true' }} - uses: pypa/gh-action-pypi-publish@v1.11.0 + uses: pypa/gh-action-pypi-publish@v1.13.0 with: user: ${{ secrets.nexus_publisher_user }} password: ${{ secrets.nexus_publisher_password }} @@ -818,7 +818,7 @@ jobs: retention-days: 5 - name: Publish package to prod PyPI - uses: pypa/gh-action-pypi-publish@v1.11.0 + uses: pypa/gh-action-pypi-publish@v1.13.0 with: user: ${{ secrets.nexus_publisher_user }} password: ${{ secrets.nexus_publisher_password }}