diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6778bf0..4ef4c9e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -87,7 +87,7 @@ jobs: path: dist - name: 'Publish' - uses: pypa/gh-action-pypi-publish@29930c9cf57955dc1b98162d0d8bc3ec80d9e75c # v1.8.4 + uses: pypa/gh-action-pypi-publish@f5622bde02b04381239da3573277701ceca8f6a0 # v1.8.7 with: user: __token__ password: ${{ secrets.PYPI_TOKEN }}