From accc4b2343f14d620809e8a1d6c36cfba3c3cbd6 Mon Sep 17 00:00:00 2001 From: Thijs Baaijen <13253091+Thijss@users.noreply.github.com> Date: Tue, 17 Jun 2025 09:21:49 +0200 Subject: [PATCH] Publish to real pypi Signed-off-by: Thijs Baaijen <13253091+Thijss@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef80b6f..f8c5ea4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,7 +79,7 @@ jobs: uses: pypa/gh-action-pypi-publish@release/v1 with: # To test, use the TestPyPI: - repository-url: https://test.pypi.org/legacy/ + # repository-url: https://test.pypi.org/legacy/ # You must also create an account and project on TestPyPI, # as well as set the trusted-publisher in the project settings: # https://docs.pypi.org/trusted-publishers/adding-a-publisher/