Try to import cibuildwheel settings from previous setup

This commit is contained in:
Matthew Honnibal 2024-07-31 15:12:54 +02:00
parent 51ce648e0d
commit ca5aec17a6

View File

@ -22,12 +22,13 @@ archs = ["native"]
build-frontend = "default"
config-settings = {}
dependency-versions = "pinned"
environment = {}
environment = { PIP_CONSTRAINT = "build-constraints.txt" }
environment-pass = []
build-verbosity = 0
before-all = ""
before-build = ""
before-all = "curl https://sh.rustup.rs -sSf | sh -s -- -y --profile minimal --default-toolchain stable"
before-build = "pip install -r requirements.txt && python setup.py clean"
repair-wheel-command = ""
test-command = ""