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 99# - add "packages: write" permission for uraimo/run-on-arch-action caching
1010# - remove unnecessary target platforms
1111# - make run-on-arch-action use deadsnakes Python 3.12
12+ # - hardcode maturin version v1.7.1 because of a bug
1213name : CI
1314
1415on :
4445 args : --release --out dist
4546 sccache : ' true'
4647 manylinux : auto
48+ maturin-version : ' v1.7.1'
4749 - name : Upload wheels
4850 uses : actions/upload-artifact@v4
4951 with :
@@ -105,6 +107,7 @@ jobs:
105107 args : --release --out dist
106108 sccache : ' true'
107109 manylinux : musllinux_1_2
110+ maturin-version : ' v1.7.1'
108111 - name : Upload wheels
109112 uses : actions/upload-artifact@v4
110113 with :
@@ -162,6 +165,7 @@ jobs:
162165 target : ${{ matrix.platform.target }}
163166 args : --release --out dist
164167 sccache : ' true'
168+ maturin-version : ' v1.7.1'
165169 - name : Upload wheels
166170 uses : actions/upload-artifact@v4
167171 with :
@@ -198,6 +202,7 @@ jobs:
198202 target : ${{ matrix.platform.target }}
199203 args : --release --out dist
200204 sccache : ' true'
205+ maturin-version : ' v1.7.1'
201206 - name : Upload wheels
202207 uses : actions/upload-artifact@v4
203208 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