Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
added additional skips to the linux build because it is an override n…
Browse files Browse the repository at this point in the history
…ot an append
  • Loading branch information
MintoDA1 authored and MintoDA1 committed Oct 3, 2023
1 parent d1fd2c9 commit 40b0d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ before-all = [
]

[tool.cibuildwheel.linux]
skip = "cp312-*"
skip = "cp312-* pp* -manylinux_i686* *-musllinux*"
before-all = [
"yum install doxygen libxml2-devel libcurl-devel -y",
"buildscripts/build_dependencies.sh -p /usr/local"
Expand Down

0 comments on commit 40b0d0c

Please sign in to comment.