diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e1e70e1..603fe29 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -46,7 +46,7 @@ jobs: - name: Build package for upload to PyPI run: python -m build . - name: Upload the distribution to PyPI - uses: pypa/gh-action-pypi-publish@v1.4.2 + uses: pypa/gh-action-pypi-publish@v1.13.0 with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }}