Skip to content

Commit

Permalink
Build more wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair committed May 7, 2024
1 parent b207936 commit 967ed55
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,10 @@ jobs:
test_command: 'pytest -p no:warnings --doctest-rst --pyargs streamtracer'
submodules: false
targets: |
- cp3{10,11,12}-manylinux*_x86_64
- cp3{10,11,12}-manylinux_aarch64
- cp3{10,11,12}-manylinux_x86_64
- cp3{10,11,12}-musllinux_x86_64
- cp3{10,11,12}-musllinux_aarch64
- cp3{10,11,12}-macosx_x86_64
- cp3{10,11,12}-macosx_arm64
- cp3{10,11,12}-win_amd64
Expand Down

0 comments on commit 967ed55

Please sign in to comment.