From 63433656323c48eb6d3c6d4565d6e5244bb4db17 Mon Sep 17 00:00:00 2001 From: "matthias.gatto" Date: Fri, 29 May 2026 15:16:01 +0200 Subject: [PATCH] try to fix packaging Signed-off-by: matthias.gatto --- .github/workflows/pypi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi.yaml b/.github/workflows/pypi.yaml index e0b1533..9fe50bd 100644 --- a/.github/workflows/pypi.yaml +++ b/.github/workflows/pypi.yaml @@ -101,7 +101,7 @@ jobs: - name: twine upload run: | - python -m pip install --upgrade twine + python -m pip install --upgrade twine pkginfo packaging find artifacts -type f \( -name '*.whl' -o -name '*.tar.gz' \) | xargs twine upload --verbose env: TWINE_USERNAME: "__token__"