diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7a78fa7..a3fc6ca 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -177,11 +177,11 @@ jobs: path: dist - name: Upload to PyPI - uses: pypa/gh-action-pypi-publish@v1.9.0 + uses: pypa/gh-action-pypi-publish@v1.10.0 if: (startsWith(github.event.ref, 'refs/tags/')) || (github.event.inputs.deploy_to_testpypi == 'false') - name: Upload to TestPyPI - uses: pypa/gh-action-pypi-publish@v1.9.0 + uses: pypa/gh-action-pypi-publish@v1.10.0 if: github.event.inputs.deploy_to_testpypi == 'true' with: repository-url: https://test.pypi.org/legacy/