From 661872ba5c0913709d1da7ccf2d621df55af5156 Mon Sep 17 00:00:00 2001 From: Alexandre Boisselet Date: Thu, 30 Oct 2025 15:13:25 +0100 Subject: [PATCH] chore: remove test PyPI repository URL from publish step --- .github/workflows/cd.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index cfe3dcb..a3783fe 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -54,7 +54,3 @@ jobs: subject-path: "dist/*" - uses: pypa/gh-action-pypi-publish@release/v1 - with: - # Remember to tell (test-)pypi about this repo before publishing - # Remove this line to publish to PyPI - repository-url: https://test.pypi.org/legacy/