From ccf4a0ee9d9a7fc025244fada9bf549fd76eb5b1 Mon Sep 17 00:00:00 2001 From: David Huser Date: Thu, 5 Dec 2024 11:23:20 +0100 Subject: [PATCH] cicd: fix publish --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5b20af8..47ad925 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -29,4 +29,4 @@ jobs: # Using Trusted Publishing via PyPI and uv - name: Publish - run: uv publish + run: uv publish --verbose --trusted-publishing always