This repository was archived by the owner on Oct 17, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,19 @@ jobs:
18
18
linux :
19
19
runs-on : ${{ matrix.platform.runner }}
20
20
strategy :
21
+ fail-fast : false
21
22
matrix :
22
23
platform :
23
24
- runner : ubuntu-latest
24
25
target : x86_64
25
26
- runner : ubuntu-latest
26
27
target : x86
28
+ - runner : ubuntu-latest
29
+ target : x86_64-unknown-linux-musl
30
+ manylinux : musllinux_1_1
31
+ - runner : ubuntu-latest
32
+ target : i686-unknown-linux-musl
33
+ manylinux : musllinux_1_1
27
34
- runner : ubuntu-latest
28
35
target : aarch64
29
36
- runner : ubuntu-latest
43
50
target : ${{ matrix.platform.target }}
44
51
args : --release --out dist
45
52
sccache : ' true'
46
- manylinux : auto
53
+ manylinux : ${{ matrix.platform.manylinux || ' auto' }}
47
54
- name : Upload wheels
48
55
uses : actions/upload-artifact@v4
49
56
with :
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " pyproject-fmt-rust"
3
- version = " 1.0.1 "
3
+ version = " 1.0.2 "
4
4
description = " Format pyproject.toml files"
5
5
repository = " https://github.com/tox-dev/pyproject-fmt"
6
6
readme = " README.md"
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ requires = [
6
6
7
7
[project ]
8
8
name = " pyproject-fmt-rust"
9
- version = " 1.0.1"
10
9
description = " Format your pyproject.toml file"
11
10
readme = " README.md"
12
11
keywords = [
You can’t perform that action at this time.
0 commit comments