diff --git a/.github/workflows/python-package-main.yml b/.github/workflows/python-package-main.yml index 331ca36..5b05b52 100644 --- a/.github/workflows/python-package-main.yml +++ b/.github/workflows/python-package-main.yml @@ -81,7 +81,7 @@ jobs: startsWith(github.ref, 'refs/tags/') && matrix.python-version == env.PYTHON_RELEASE_VERSION && vars.DEPLOY_ON_GITHUB == 'true' - uses: pypa/gh-action-pypi-publish@f7600683efdcb7656dec5b29656edb7bc586e597 + uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }} @@ -90,7 +90,7 @@ jobs: if: | github.ref == 'refs/heads/main' && matrix.python-version == env.PYTHON_RELEASE_VERSION - uses: pypa/gh-action-pypi-publish@f7600683efdcb7656dec5b29656edb7bc586e597 + uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 with: user: __token__ password: ${{ secrets.TEST_PYPI_API_TOKEN }}