From bcab15c5dd60e2fd9b238d213cefcac93f633eb6 Mon Sep 17 00:00:00 2001 From: Pierre Marchand Date: Thu, 11 Jul 2024 16:59:09 +0200 Subject: [PATCH] issue with test.pypi --- .github/workflows/publish.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 319c4e2..b08664f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -57,10 +57,10 @@ jobs: name: release-dists path: dist/ - - name: Publish distribution 📦 to Test PyPI - uses: pypa/gh-action-pypi-publish@release/v1 - with: - repository-url: https://test.pypi.org/legacy/ + # - name: Publish distribution 📦 to Test PyPI + # uses: pypa/gh-action-pypi-publish@release/v1 + # with: + # repository-url: https://test.pypi.org/legacy/ - name: Publish release distributions to PyPI uses: pypa/gh-action-pypi-publish@release/v1