diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2746872..92e37db 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,7 +30,7 @@ jobs: run: | python3 setup.py sdist bdist_wheel - name: Publish - uses: pypa/gh-action-pypi-publish@v1.5.0 + uses: pypa/gh-action-pypi-publish@v1.13.0 with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }}