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:
1818 linux :
1919 runs-on : ${{ matrix.platform.runner }}
2020 strategy :
21+ fail-fast : false
2122 matrix :
2223 platform :
2324 - runner : ubuntu-latest
2425 target : x86_64
2526 - runner : ubuntu-latest
2627 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
2734 - runner : ubuntu-latest
2835 target : aarch64
2936 - runner : ubuntu-latest
4350 target : ${{ matrix.platform.target }}
4451 args : --release --out dist
4552 sccache : ' true'
46- manylinux : auto
53+ manylinux : ${{ matrix.platform.manylinux || ' auto' }}
4754 - name : Upload wheels
4855 uses : actions/upload-artifact@v4
4956 with :
Original file line number Diff line number Diff line change 11[package ]
22name = " pyproject-fmt-rust"
3- version = " 1.0.1 "
3+ version = " 1.0.2 "
44description = " Format pyproject.toml files"
55repository = " https://github.com/tox-dev/pyproject-fmt"
66readme = " README.md"
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ requires = [
66
77[project ]
88name = " pyproject-fmt-rust"
9- version = " 1.0.1"
109description = " Format your pyproject.toml file"
1110readme = " README.md"
1211keywords = [
You can’t perform that action at this time.
0 commit comments