From fde1284fce5f284350bffdece49dc9b4feead2c2 Mon Sep 17 00:00:00 2001 From: Will Toohey Date: Sun, 26 Apr 2026 01:12:22 +1000 Subject: [PATCH] Attempt to publish --- .github/workflows/maturin.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/maturin.yml b/.github/workflows/maturin.yml index 0bed07e..a318dba 100644 --- a/.github/workflows/maturin.yml +++ b/.github/workflows/maturin.yml @@ -239,8 +239,6 @@ jobs: - name: Publish to PyPI if: ${{ startsWith(github.ref, 'refs/tags/') }} run: uv publish 'wheels-*/*' - env: - UV_PUBLISH_TOKEN: ${{ secrets.PYPI_API_TOKEN }} - name: Upload exe to GitHub Release if: ${{ startsWith(github.ref, 'refs/tags/') }} uses: softprops/action-gh-release@v2