diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3193ce16..4c3ba306 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -53,10 +53,10 @@ jobs: with: name: dist path: dist - - name: Publish distribution 📦 to Test PyPI - uses: pypa/gh-action-pypi-publish@release/v1 - with: - skip-existing: true # tolerate release package file duplicates - repository-url: https://test.pypi.org/legacy/ +# - name: Publish distribution 📦 to Test PyPI +# uses: pypa/gh-action-pypi-publish@release/v1 +# with: +# skip-existing: true # tolerate release package file duplicates +# repository-url: https://test.pypi.org/legacy/ - name: Publish distribution 📦 to PyPI uses: pypa/gh-action-pypi-publish@release/v1