From 9c454e751ef660103bce0bbe79b2dbdfc46a5552 Mon Sep 17 00:00:00 2001 From: Elephant Liu Date: Fri, 11 Jul 2025 18:08:05 +0800 Subject: [PATCH] chore: publish to pypi --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4ea94dc..b7ce227 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,5 +35,4 @@ jobs: packages-dir: dist/ skip-existing: true user: __token__ - password: ${{ secrets.TEST_PYPI_API_TOKEN }} - repository-url: https://test.pypi.org/legacy/ + password: ${{ secrets.PYPI_API_TOKEN }}