From 2fb89c52b29987336fc88c93886385e8c48737e4 Mon Sep 17 00:00:00 2001 From: Daniel Mesejo Date: Sun, 29 Dec 2024 18:13:40 +0100 Subject: [PATCH] chore: use trusted publishing --- .github/workflows/ci-publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-publish.yaml b/.github/workflows/ci-publish.yaml index 1de575c..714c05c 100644 --- a/.github/workflows/ci-publish.yaml +++ b/.github/workflows/ci-publish.yaml @@ -27,4 +27,4 @@ jobs: - name: publish package run: | uv build - uv publish \ No newline at end of file + uv publish --trusted-publishing always \ No newline at end of file