From 74eb2344b1ed24572c42a7cbea5ceb6845ca2834 Mon Sep 17 00:00:00 2001 From: Arnav Sacheti <36746504+arnavsacheti@users.noreply.github.com> Date: Sun, 26 Oct 2025 19:53:13 -0700 Subject: [PATCH] change to pypi gh action --- .github/workflows/release.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0d6fd9d..6348863 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,6 @@ jobs: - name: Publish to PyPI if: startsWith(github.ref, 'refs/tags/') - env: - TWINE_USERNAME: __token__ - TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }} - run: uvx twine upload dist/* + uses: pypa/gh-action-pypi-publish@release/v1 + with: + skip-existing: true