Skip to content

Commit

Permalink
Build musllinux_1_1 wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Oct 17, 2021
1 parent abc4965 commit 6f13e4a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,13 +152,21 @@ jobs:
CFLAGS_armv7_unknown_linux_musleabihf: '-mfpu=vfpv3-d16'
steps:
- uses: actions/checkout@v2
- name: Build Wheels
- name: Build Wheels - manylinux
uses: messense/maturin-action@main
with:
target: ${{ matrix.platform.target }}
manylinux: auto
container: off
args: --no-sdist --release -o dist --strip
- name: Build wheels - musllinux
if: matrix.platform.wheel
uses: messense/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
manylinux: musllinux_1_1
container: off
args: --release --out dist --no-sdist --strip
- name: Upload wheels
if: matrix.platform.wheel
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 6f13e4a

Please sign in to comment.