diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9d26069..871eef4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -201,14 +201,14 @@ jobs: merge-multiple: true - name: Upload to PyPI - uses: pypa/gh-action-pypi-publish@v1.8.11 + uses: pypa/gh-action-pypi-publish@v1.12.3 if: github.event.inputs.deploy_to_testpypi == 'false' with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }} - name: Upload to TestPyPI - uses: pypa/gh-action-pypi-publish@v1.8.11 + uses: pypa/gh-action-pypi-publish@v1.12.3 if: github.event.inputs.deploy_to_testpypi == 'true' with: user: __token__