diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index c8f4ba0..977ae00 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -26,7 +26,7 @@ jobs: - name: Build package run: python -m build - name: Publish package - uses: pypa/gh-action-pypi-publish@b7f401de30cb6434a1e19f805ff006643653240e + uses: pypa/gh-action-pypi-publish@8a08d616893759ef8e1aa1f2785787c0b97e20d6 with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }} \ No newline at end of file