diff --git a/.github/workflows/release_python.yml b/.github/workflows/release_python.yml index c2fed155..0bba08cc 100644 --- a/.github/workflows/release_python.yml +++ b/.github/workflows/release_python.yml @@ -159,7 +159,7 @@ jobs: - name: Publish to TestPyPI if: contains(github.ref, '-') - uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e + uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b with: repository-url: https://test.pypi.org/legacy/ skip-existing: true @@ -168,7 +168,7 @@ jobs: - name: Publish to PyPI if: ${{ !contains(github.ref, '-') }} - uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e + uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b with: skip-existing: true packages-dir: bindings/python/dist