diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 87e51a08..5bcee5e6 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@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0 # main + uses: pypa/gh-action-pypi-publish@897895f1e160c830e369f9779632ebc134688e1b # main with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }}