diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 2a0fcff..6b28dcf 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -87,7 +87,7 @@ jobs: twine check ${{ github.workspace }}/dist/* - name: Publish 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_TOKEN }}