From b29567fd6ac28404c88b5e2d41019e9124e40ede Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 07:16:57 +0000 Subject: [PATCH] build(deps): bump the actions group with 1 update Bumps the actions group with 1 update: [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish). Updates `pypa/gh-action-pypi-publish` from 1.8.12 to 1.8.14 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.12...v1.8.14) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/release-stubs.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-stubs.yml b/.github/workflows/release-stubs.yml index d69e035..44dec1e 100644 --- a/.github/workflows/release-stubs.yml +++ b/.github/workflows/release-stubs.yml @@ -48,4 +48,4 @@ jobs: - name: publish if: ${{ !inputs.dry-run }} - uses: pypa/gh-action-pypi-publish@v1.8.12 + uses: pypa/gh-action-pypi-publish@v1.8.14 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 56df079..3695a7c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -98,7 +98,7 @@ jobs: merge-multiple: true - name: publish - uses: pypa/gh-action-pypi-publish@v1.8.12 + uses: pypa/gh-action-pypi-publish@v1.8.14 - name: sign uses: sigstore/gh-action-sigstore-python@v2.1.1