diff --git a/.github/workflows/publish-hatch.yml b/.github/workflows/publish-hatch.yml index 9ea7b466..19855eb9 100644 --- a/.github/workflows/publish-hatch.yml +++ b/.github/workflows/publish-hatch.yml @@ -36,7 +36,7 @@ jobs: run: python -m build - name: Publish package - uses: pypa/gh-action-pypi-publish@0ab0b79471669eb3a4d647e625009c62f9f3b241 + uses: pypa/gh-action-pypi-publish@f7600683efdcb7656dec5b29656edb7bc586e597 with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }}