Skip to content

Commit

Permalink
Merge pull request #112 from sergey-dryabzhinsky/sergey-dryabzhinsky-…
Browse files Browse the repository at this point in the history
…patch-2

Update build-wheels.yml
  • Loading branch information
sergey-dryabzhinsky authored Dec 31, 2024
2 parents abdf7e6 + 294af5b commit 08a1d0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ jobs:
# CIBW_SKIP: '*-win32 *_i686'
CIBW_MANYLINUX_I686_IMAGE: manylinux1
CIBW_MANYLINUX_X86_64_IMAGE: manylinux1
CIBW_MUSLLINUX_I686_IMAGE: musllinux_1_1
CIBW_MUSLLINUX_X86_64_IMAGE: musllinux_1_1
CIBW_MUSLLINUX_I686_IMAGE: musllinux_1_2
CIBW_MUSLLINUX_X86_64_IMAGE: musllinux_1_2
# Only build on x86 and arm64 for linux
CIBW_ARCHS_LINUX: i686 x86_64
CIBW_BEFORE_ALL_LINUX: >
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
python -m unittest discover -v -s {package}
- name: Upload artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: wheels
path: ./dist
Expand Down

0 comments on commit 08a1d0c

Please sign in to comment.