diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c209a7ed..c47c3ed5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: - name: Build distributions run: python -m build - name: Publish - uses: pypa/gh-action-pypi-publish@e9ccbe5a211ba3e8363f472cae362b56b104e796 # main + uses: pypa/gh-action-pypi-publish@03f86fee9ac21f854951f5c6e2a02c2a1324aec7 # main with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }}