From 2e0dacd13f26fdb021a2f8775f377e7a5b76b24a Mon Sep 17 00:00:00 2001 From: Anuraag Agrawal Date: Mon, 17 Aug 2026 10:48:40 +0900 Subject: [PATCH] Fix windows wheel build --- .gitattributes | 2 ++ .github/workflows/release.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index f70e7d96..b1e8b081 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,5 @@ +* text=auto eol=lf + protovalidate/_gen/** linguist-generated=true test/gen/** linguist-generated=true diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4297b9aa..518660ad 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -97,7 +97,7 @@ jobs: SCCACHE_DIR: ${{ github.workspace }}/.sccache SCCACHE_CACHE_SIZE: 250M with: - args: --release --out dist -i 3.10 -i 3.14t --features pyo3/generate-import-lib + args: --release --out dist -i 3.10 -i 3.14t - name: Upload wheels uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1