From 5c69425eec2a6154ed3c52d3e5047af8c6459e9f Mon Sep 17 00:00:00 2001 From: Anfimov Dima Date: Tue, 25 Nov 2025 09:56:50 +0100 Subject: [PATCH] fix: variable for pypi token --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 233bc7f..0b01a14 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,5 +23,5 @@ jobs: - run: uv build - name: Release package env: - UV_PUBLISH_TOKEN: ${{ secrets.PYPI_API_TOKEN }} + UV_PUBLISH_TOKEN: ${{ secrets.PYPI_TOKEN }} run: uv publish