Skip to content

Commit

Permalink
Try to import cibuildwheel settings from previous setup
Browse files Browse the repository at this point in the history
  • Loading branch information
honnibal committed Jul 31, 2024
1 parent 51ce648 commit ca5aec1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ""
Expand Down

0 comments on commit ca5aec1

Please sign in to comment.