From 984aeb52b03a0d89c1ba9a5a3750c85e104aed1d Mon Sep 17 00:00:00 2001 From: Aleksei Petrenko Date: Sat, 28 Dec 2024 03:09:02 -0800 Subject: [PATCH] Update python-publish.yml --- .github/workflows/python-publish.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 881d8a4..0051800 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -63,5 +63,6 @@ jobs: - name: Publish to Pypi uses: pypa/gh-action-pypi-publish@release/v1 - with: - repository-url: https://test.pypi.org/legacy/ + # uncomment this for testing the PyPI upload + # with: + # repository-url: https://test.pypi.org/legacy/