aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build-test-publish.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-test-publish.yml b/.github/workflows/build-test-publish.yml
index d0f5073..9c7bf41 100644
--- a/.github/workflows/build-test-publish.yml
+++ b/.github/workflows/build-test-publish.yml
@@ -35,4 +35,4 @@ jobs:
if: github.ref == 'refs/heads/main'
run: uv publish
env:
- UV_PYPI_TOKEN: ${{ secrets.UV_PYPI_TOKEN }}
+ UV_PUBLISH_TOKEN: ${{ secrets.UV_PYPI_TOKEN }}