From fbc03988d8e6395ab689f88b71ad4cabff91a584 Mon Sep 17 00:00:00 2001 From: Shahar Abramov <9296022+shahar4499@users.noreply.github.com> Date: Wed, 9 Apr 2025 19:35:04 +0300 Subject: [PATCH] use PyPi token instead of username+pass --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d7adec5..0a4acd3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,8 +30,8 @@ jobs: - name: Build and publish env: - TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }} - TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }} + TWINE_USERNAME: __token__ + TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }} run: | uv run python -m build uv run twine check dist/*