From ba942af98669552bbcedad990cbc973a7fd7f7e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 22:39:32 +0000 Subject: [PATCH] Bump pypa/gh-action-pypi-publish@release/v1.13 from 1.13 to 1.14 Bumps [pypa/gh-action-pypi-publish@release/v1.13](https://github.com/pypa/gh-action-pypi-publish) from 1.13 to 1.14. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/release/v1.13...release/v1.14) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish@release/v1.13 dependency-version: '1.14' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/buildwheels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/buildwheels.yml b/.github/workflows/buildwheels.yml index 78e11343..5e8e038a 100644 --- a/.github/workflows/buildwheels.yml +++ b/.github/workflows/buildwheels.yml @@ -214,12 +214,12 @@ jobs: echo "env.GITHUB_REF:" ${{ env.GITHUB_REF }} echo "env.GITHUB_REF:" ${{ env.GITHUB_REF_NAME }} - if: github.event_name == 'push' && github.ref == 'refs/heads/main' - uses: pypa/gh-action-pypi-publish@release/v1.13 + uses: pypa/gh-action-pypi-publish@release/v1.14 with: repository_url: https://test.pypi.org/legacy/ attestations: false verbose: true - if: github.event_name == 'release' && github.event.prerelease == false - uses: pypa/gh-action-pypi-publish@release/v1.13 + uses: pypa/gh-action-pypi-publish@release/v1.14 with: attestations: false