Skip to content

Commit eef12cb

Browse files
authored
Fix windows wheel build (#510)
1 parent 7165a6c commit eef12cb

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
* text=auto eol=lf
2+
13
protovalidate/_gen/** linguist-generated=true
24
test/gen/** linguist-generated=true
35

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
SCCACHE_DIR: ${{ github.workspace }}/.sccache
9898
SCCACHE_CACHE_SIZE: 250M
9999
with:
100-
args: --release --out dist -i 3.10 -i 3.14t --features pyo3/generate-import-lib
100+
args: --release --out dist -i 3.10 -i 3.14t
101101

102102
- name: Upload wheels
103103
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1

0 commit comments

Comments
 (0)