diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 8002cd0..2ad74d4 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -48,7 +48,7 @@ jobs: - name: Publish a Python distribution to PyPI if: success() && github.event_name == 'release' - uses: pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0 #v1 + uses: pypa/gh-action-pypi-publish@8a08d616893759ef8e1aa1f2785787c0b97e20d6 #v1 with: user: __token__ password: ${{ secrets.PYPI_PASSWORD }}