Skip to content

Commit 5f4ad6c

Browse files
committed
remove musllinux entirely
1 parent 517ba33 commit 5f4ad6c

File tree

1 file changed

+1
-32
lines changed

1 file changed

+1
-32
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -79,37 +79,6 @@ jobs:
7979
pip3 install xoryaml[test] --find-links dist --force-reinstall
8080
pytest
8181
82-
musllinux:
83-
runs-on: ${{ matrix.platform.runner }}
84-
strategy:
85-
matrix:
86-
platform:
87-
- runner: ubuntu-22.04
88-
target: x86_64
89-
- runner: ubuntu-22.04
90-
target: x86
91-
- runner: ubuntu-22.04
92-
target: aarch64
93-
- runner: ubuntu-22.04
94-
target: armv7
95-
steps:
96-
- uses: actions/checkout@v4
97-
- uses: actions/setup-python@v5
98-
with:
99-
python-version: 3.x
100-
- name: Build wheels
101-
uses: PyO3/maturin-action@v1
102-
with:
103-
target: ${{ matrix.platform.target }}
104-
args: --release --out dist --find-interpreter
105-
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
106-
manylinux: musllinux_1_2
107-
- name: Upload wheels
108-
uses: actions/upload-artifact@v4
109-
with:
110-
name: wheels-musllinux-${{ matrix.platform.target }}
111-
path: dist
112-
11382
windows:
11483
runs-on: ${{ matrix.platform.runner }}
11584
strategy:
@@ -201,7 +170,7 @@ jobs:
201170
name: Release
202171
runs-on: ubuntu-latest
203172
if: ${{ startsWith(github.ref, 'refs/tags/') || github.event_name == 'workflow_dispatch' }}
204-
needs: [linux, musllinux, windows, macos, sdist]
173+
needs: [linux, windows, macos, sdist]
205174
permissions:
206175
# Use to sign the release artifacts
207176
id-token: write

0 commit comments

Comments
 (0)