From 3cfe40c7ff6c933b6f1af40baa7073b5e885b766 Mon Sep 17 00:00:00 2001 From: Marc Foley Date: Mon, 8 Jan 2024 14:39:20 +0000 Subject: [PATCH] publish-release: do not use test PyPI --- .github/workflows/publish-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 5b1bcc6..72b9d5d 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -77,5 +77,5 @@ jobs: - name: Publish distribution 📦 to PyPI uses: pypa/gh-action-pypi-publish@v1.8.11 with: - repository-url: https://test.pypi.org/legacy/ + # repository-url: https://test.pypi.org/legacy/ verify-metadata: false # twine previously didn't verify metadata when uploading \ No newline at end of file