Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ environment:
matrix:
- APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu2204
APPVEYOR_JOB_NAME: "linux-x64"
CIBW_BEFORE_BUILD: "yum install -y omniORB"

- PYTHON: "Python39"
BUILD_ARCH: "x86"
Expand Down
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,3 @@ build-dir = "build/{wheel_tag}_{build_type}"
# Produce only CPython x86_64 wheels
build = "cp*-manylinux_x86_64"

[tool.cibuildwheel.linux]
repair-wheel-command = ""