diff --git a/.github/workflows/push-to-pypi.yml b/.github/workflows/push-to-pypi.yml index 5ded66a..7d89343 100644 --- a/.github/workflows/push-to-pypi.yml +++ b/.github/workflows/push-to-pypi.yml @@ -25,7 +25,7 @@ jobs: - name: Build package run: python -m build - name: Publish package - uses: pypa/gh-action-pypi-publish@f7600683efdcb7656dec5b29656edb7bc586e597 + uses: pypa/gh-action-pypi-publish@61da13deb5f5124fb1536194f82ed3d9bbc7e8f3 with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }}