We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1421647 commit 15c9de8Copy full SHA for 15c9de8
1 file changed
.github/workflows/test.yaml
@@ -82,23 +82,3 @@ jobs:
82
run: pip install "tox-gh>=1.2,<2"
83
- name: Run pytest
84
run: tox -v
85
-
86
- musllinux:
87
- runs-on: ubuntu-latest
88
- strategy:
89
- matrix:
90
- target:
91
- - x86_64-unknown-linux-musl
92
- - i686-unknown-linux-musl
93
- steps:
94
- - uses: actions/checkout@v3
95
- - uses: actions/setup-python@v4
96
- with:
97
- python-version: '3.10'
98
- architecture: x64
99
- - name: Build wheels
100
- uses: messense/maturin-action@v1
101
102
- target: ${{ matrix.target }}
103
- args: --release --out dist --find-interpreter
104
- manylinux: musllinux_1_2
0 commit comments