From e068d121c8853c7be35ecf3be23364e372545430 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 14:43:23 +0000 Subject: [PATCH] Bump pypa/gh-action-pypi-publish from 1.14.0 to 1.14.1 Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.14.0 to 1.14.1. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/cef221092ed1bacb1cc03d23a2d87d1d172e277b...ba38be9e461d3875417946c167d0b5f3d385a247) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-version: 1.14.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/wheel.ad-map-access.yml | 2 +- .github/workflows/wheel.ad-physics.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wheel.ad-map-access.yml b/.github/workflows/wheel.ad-map-access.yml index 520cbe767..54c71fff4 100644 --- a/.github/workflows/wheel.ad-map-access.yml +++ b/.github/workflows/wheel.ad-map-access.yml @@ -71,7 +71,7 @@ jobs: done - name: Publish ad-map-access wheels to PyPI - uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # release/v1 + uses: pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 # release/v1 if: ${{ github.event_name == 'release'}} with: user: __token__ diff --git a/.github/workflows/wheel.ad-physics.yml b/.github/workflows/wheel.ad-physics.yml index 277459059..1aa6c8079 100644 --- a/.github/workflows/wheel.ad-physics.yml +++ b/.github/workflows/wheel.ad-physics.yml @@ -71,7 +71,7 @@ jobs: done - name: Publish ad-physics wheels to PyPI - uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # release/v1 + uses: pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 # release/v1 if: ${{ github.event_name == 'release'}} with: user: __token__