diff --git a/.github/workflows/new_release.yml b/.github/workflows/new_release.yml index 731f4455b..afc77ba3a 100644 --- a/.github/workflows/new_release.yml +++ b/.github/workflows/new_release.yml @@ -69,7 +69,7 @@ jobs: python -m twine check dist/* - name: Release to PyPi - uses: pypa/gh-action-pypi-publish@v1.5.2 + uses: pypa/gh-action-pypi-publish@v1.6.4 with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }}