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__