From 0a73d155365b23d2e37661278c65c80399c84e13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 23:24:40 +0000 Subject: [PATCH] github-actions(deps): bump pypa/gh-action-pypi-publish@release/v1.8 Bumps [pypa/gh-action-pypi-publish@release/v1.8](https://github.com/pypa/gh-action-pypi-publish) from 1.8 to 1.13. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/release/v1.8...release/v1.13) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish@release/v1.8 dependency-version: '1.13' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/pypi-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pypi-release.yml b/.github/workflows/pypi-release.yml index 57a13f8..fcc532b 100644 --- a/.github/workflows/pypi-release.yml +++ b/.github/workflows/pypi-release.yml @@ -47,7 +47,7 @@ jobs: name: python-package-distributions path: dist/ - name: Publish distribution to PyPI - uses: pypa/gh-action-pypi-publish@release/v1.8 + uses: pypa/gh-action-pypi-publish@release/v1.13 github-release: name: >- @@ -112,6 +112,6 @@ jobs: name: python-package-distributions path: dist/ - name: Publish distribution to TestPyPI - uses: pypa/gh-action-pypi-publish@release/v1.8 + uses: pypa/gh-action-pypi-publish@release/v1.13 with: repository-url: https://test.pypi.org/legacy/