Skip to content

Commit a189461

Browse files
authored
get maturin ci passing completely (#56)
1 parent eaeaf7a commit a189461

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
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
1213
name: CI
1314

1415
on:
@@ -44,6 +45,7 @@ jobs:
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:
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Pyreports are only created on Codecov's Linux backend, no need for CRLF
2+
* text eol=lf

0 commit comments

Comments
 (0)