diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 9c1aa4f..77be99c 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -38,7 +38,7 @@ jobs: cp ../README.md ../LICENSE ./ python -m build -n - name: Publish package - uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29 + uses: pypa/gh-action-pypi-publish@8a08d616893759ef8e1aa1f2785787c0b97e20d6 with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }}