diff --git a/.github/workflows/upload-to-testpypi.yml b/.github/workflows/upload-to-testpypi.yml index bd0cd59..325fb52 100644 --- a/.github/workflows/upload-to-testpypi.yml +++ b/.github/workflows/upload-to-testpypi.yml @@ -94,7 +94,7 @@ jobs: - name: Publish package to PyPI 📦 if: startsWith(github.ref, 'refs/tags/v') - uses: pypa/gh-action-pypi-publish@v1.5.1 + uses: pypa/gh-action-pypi-publish@v1.13.0 with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }}