diff --git a/.github/workflows/release_to_pypi.yml b/.github/workflows/release_to_pypi.yml index e1ad9b8..e8e9f9d 100644 --- a/.github/workflows/release_to_pypi.yml +++ b/.github/workflows/release_to_pypi.yml @@ -26,7 +26,7 @@ jobs: twine check --strict dist/* - name: Publish distribution to PyPI - uses: pypa/gh-action-pypi-publish@master + uses: pypa/gh-action-pypi-publish@release/v1 # Updated this line with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }}