From 48732f2fc5cc435c19e36c7e10e47c55f835b8b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 14:42:51 +0000 Subject: [PATCH] Bump pypa/gh-action-pypi-publish from 1.14.0 to 1.14.2 Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.14.0 to 1.14.2. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/cef221092ed1bacb1cc03d23a2d87d1d172e277b...dc37677b2e1c63e2034f94d8a5b11f265b73ba33) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-version: 1.14.2 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..3d4ef3370 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@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # 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..fda738638 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@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # release/v1 if: ${{ github.event_name == 'release'}} with: user: __token__