diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index d61daca3..1a6978f6 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -199,7 +199,7 @@ jobs: merge-multiple: true - name: Publish package distributions to Test PyPI - uses: pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0 # v1.9.0 + uses: pypa/gh-action-pypi-publish@8a08d616893759ef8e1aa1f2785787c0b97e20d6 # v1.10.0 with: repository-url: https://test.pypi.org/legacy/ packages-dir: wheels/ @@ -207,7 +207,7 @@ jobs: - name: Publish package distributions to PyPI if: always() - uses: pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0 # v1.9.0 + uses: pypa/gh-action-pypi-publish@8a08d616893759ef8e1aa1f2785787c0b97e20d6 # v1.10.0 with: packages-dir: wheels/ skip-existing: true