Skip to content

Commit ca5aec1

Browse files
committed
Try to import cibuildwheel settings from previous setup
1 parent 51ce648 commit ca5aec1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,13 @@ archs = ["native"]
2222
build-frontend = "default"
2323
config-settings = {}
2424
dependency-versions = "pinned"
25-
environment = {}
25+
environment = { PIP_CONSTRAINT = "build-constraints.txt" }
26+
2627
environment-pass = []
2728
build-verbosity = 0
2829

29-
before-all = ""
30-
before-build = ""
30+
before-all = "curl https://sh.rustup.rs -sSf | sh -s -- -y --profile minimal --default-toolchain stable"
31+
before-build = "pip install -r requirements.txt && python setup.py clean"
3132
repair-wheel-command = ""
3233

3334
test-command = ""

0 commit comments

Comments
 (0)