From ce6796c45613136a361f5923f95f97c2f6a10a5b Mon Sep 17 00:00:00 2001 From: Pierre Marchand Date: Thu, 11 Jul 2024 17:02:11 +0200 Subject: [PATCH] issue with test.pypi fixed --- .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 b08664f..319c4e2 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