Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
use correct CIBW_ARCHS_WINDOWS values
  • Loading branch information
josh-hadley committed Oct 5, 2024
1 parent 14fb53b commit 4f2ba11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
CIBW_SKIP: "*musllinux*"
CIBW_BEFORE_ALL_LINUX: "yum install -y libuuid-devel"
CIBW_ARCHS_WINDOWS: x86_64
CIBW_ARCHS_WINDOWS: x86 AMD64

- name: Build sdist (Ubuntu only)
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit 4f2ba11

Please sign in to comment.