diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8af6d9d..d95458b 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.2 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.2 if: github.event.inputs.deploy_to_testpypi == 'true' with: user: __token__