From 58edc5e9075ac5c6d92e1c067533bd0f7eb7081b Mon Sep 17 00:00:00 2001 From: javierzazo Date: Fri, 12 Jun 2026 10:10:28 -0700 Subject: [PATCH] fix: publishing wheels --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8ff79974..fb50a4d6 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -38,6 +38,7 @@ jobs: name: "wheels.${{ matrix.component }}" path: dist/ - name: Upload assets to GitHub Release + if: ${{ startsWith(github.ref, 'refs/tags/v') }} env: GH_TOKEN: ${{ github.token }} GH_REPO: ${{ github.repository }}