diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 51ca1dd..ef45be5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -43,7 +43,7 @@ jobs: run: python -m build --wheel . - name: Publish package - uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b + uses: pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }}