diff --git a/.github/workflows/build-cibw.yml b/.github/workflows/build-cibw.yml index bae27470f..987c1645c 100644 --- a/.github/workflows/build-cibw.yml +++ b/.github/workflows/build-cibw.yml @@ -167,9 +167,9 @@ jobs: path: dist/ merge-multiple: true - - name: Publish to TestPyPI + - name: Publish to PyPI uses: pypa/gh-action-pypi-publish@release/v1 with: verbose: true packages-dir: dist/ - repository-url: https://test.pypi.org/legacy/ + # repository-url: https://test.pypi.org/legacy/