File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
test_utils/fixtures/pyreport Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 9
9
# - add "packages: write" permission for uraimo/run-on-arch-action caching
10
10
# - remove unnecessary target platforms
11
11
# - make run-on-arch-action use deadsnakes Python 3.12
12
+ # - hardcode maturin version v1.7.1 because of a bug
12
13
name : CI
13
14
14
15
on :
44
45
args : --release --out dist
45
46
sccache : ' true'
46
47
manylinux : auto
48
+ maturin-version : ' v1.7.1'
47
49
- name : Upload wheels
48
50
uses : actions/upload-artifact@v4
49
51
with :
@@ -105,6 +107,7 @@ jobs:
105
107
args : --release --out dist
106
108
sccache : ' true'
107
109
manylinux : musllinux_1_2
110
+ maturin-version : ' v1.7.1'
108
111
- name : Upload wheels
109
112
uses : actions/upload-artifact@v4
110
113
with :
@@ -162,6 +165,7 @@ jobs:
162
165
target : ${{ matrix.platform.target }}
163
166
args : --release --out dist
164
167
sccache : ' true'
168
+ maturin-version : ' v1.7.1'
165
169
- name : Upload wheels
166
170
uses : actions/upload-artifact@v4
167
171
with :
@@ -198,6 +202,7 @@ jobs:
198
202
target : ${{ matrix.platform.target }}
199
203
args : --release --out dist
200
204
sccache : ' true'
205
+ maturin-version : ' v1.7.1'
201
206
- name : Upload wheels
202
207
uses : actions/upload-artifact@v4
203
208
with :
Original file line number Diff line number Diff line change
1
+ # Pyreports are only created on Codecov's Linux backend, no need for CRLF
2
+ * text eol =lf
You can’t perform that action at this time.
0 commit comments