From 895fc8829f951c48e17949edd3b8c3b06d251488 Mon Sep 17 00:00:00 2001 From: Yashas Ambati Date: Fri, 28 Feb 2025 14:59:54 -0500 Subject: [PATCH] Switch to PyPI --- .github/workflows/build-cibw.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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/