From ec20fc8b5829723023977d0b1f6ff0db1c2102c8 Mon Sep 17 00:00:00 2001 From: Stanislaw Kem Date: Mon, 9 Mar 2026 13:48:45 +0100 Subject: [PATCH] debug for upload to test --- .github/workflows/publish.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a10c8db..8b0f871 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -168,6 +168,8 @@ jobs: with: repository-url: https://test.pypi.org/legacy/ packages-dir: dist/ + skip-existing: true + verbose: true publish-pypi: name: Publish to PyPI @@ -189,3 +191,5 @@ jobs: uses: pypa/gh-action-pypi-publish@release/v1 with: packages-dir: dist/ + skip-existing: true + verbose: true