There was an error while loading. Please reload this page.
1 parent 7165a6c commit eef12cbCopy full SHA for eef12cb
2 files changed
.gitattributes
@@ -1,3 +1,5 @@
1
+* text=auto eol=lf
2
+
3
protovalidate/_gen/** linguist-generated=true
4
test/gen/** linguist-generated=true
5
.github/workflows/release.yaml
@@ -97,7 +97,7 @@ jobs:
97
SCCACHE_DIR: ${{ github.workspace }}/.sccache
98
SCCACHE_CACHE_SIZE: 250M
99
with:
100
- 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
101
102
- name: Upload wheels
103
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
0 commit comments