From b1b3a22622f0fca0c92428c777b3750a9cb27d3e Mon Sep 17 00:00:00 2001 From: Stephan Lensky Date: Sun, 27 Oct 2024 20:30:16 -0400 Subject: [PATCH] Use secret in publish stage --- .github/workflows/publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b1a6a11..f00d0d9 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,3 +17,5 @@ jobs: run: uv build - name: Publish to PyPI run: uv publish + env: + UV_PUBLISH_TOKEN: ${{ secrets.UV_PUBLISH_TOKEN }}