From d642e6a1046209fc363bb6a27f280333ba0f42bd Mon Sep 17 00:00:00 2001 From: Nikita Pastukhov Date: Sat, 3 May 2025 19:11:52 +0300 Subject: [PATCH] chore: new release action --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 76f8591..d3711b6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,8 +39,9 @@ jobs: run: python -m build - name: Publish - uses: pypa/gh-action-pypi-publish@v1.9.0 + uses: pypa/gh-action-pypi-publish@release/v1 with: + password: ${{ secrets.PYPI_TOKEN }} skip-existing: true - name: Dump GitHub context