Skip to content

Commit

Permalink
ci: more fixes to releases
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthieuDartiailh committed Sep 4, 2024
1 parent 17db97e commit 2cc80dc
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 @@ -154,7 +154,7 @@ jobs:
setup-args="--vsenv"
setup-args="-Db_vscrt=mt"
setup-args="-Dcpp_link_args=['ucrt.lib','vcruntime.lib','/nodefaultlib:libucrt.lib','/nodefaultlib:libvcruntime.lib']"
CIBW_BUILD: cp311-* "cp312-* cp313-* pp39-*" pp310-*
CIBW_BUILD: "cp311-* cp312-* cp313-* pp39-* pp310-*"
CIBW_ARCHS_MACOS: x86_64 universal2 arm64
CIBW_ARCHS_LINUX: ${{ matrix.archs }}
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
Expand Down

0 comments on commit 2cc80dc

Please sign in to comment.