From 2c432b9ca9ed993c22c495689061e16f49ed67c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 03:50:16 +0000 Subject: [PATCH] Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.11.0 Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.9.0 to 1.11.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.11.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/build-hatch.yml | 2 +- .github/workflows/build-hatchling.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-hatch.yml b/.github/workflows/build-hatch.yml index 7645d0bec..1152f16a6 100644 --- a/.github/workflows/build-hatch.yml +++ b/.github/workflows/build-hatch.yml @@ -89,7 +89,7 @@ jobs: path: dist - name: Push Python artifacts to PyPI - uses: pypa/gh-action-pypi-publish@v1.9.0 + uses: pypa/gh-action-pypi-publish@v1.11.0 with: skip-existing: true diff --git a/.github/workflows/build-hatchling.yml b/.github/workflows/build-hatchling.yml index 19b4c5bb1..3e6eab82f 100644 --- a/.github/workflows/build-hatchling.yml +++ b/.github/workflows/build-hatchling.yml @@ -52,6 +52,6 @@ jobs: path: dist - name: Push build artifacts to PyPI - uses: pypa/gh-action-pypi-publish@v1.9.0 + uses: pypa/gh-action-pypi-publish@v1.11.0 with: skip-existing: true