diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 15244d6..750670f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -50,7 +50,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 }}