Skip to content

Commit

Permalink
pyproject: pass $PKGCRAFT_C_REF through to cibuildwheel container env
Browse files Browse the repository at this point in the history
  • Loading branch information
radhermit committed Jan 20, 2023
1 parent 3339eaa commit 138f21a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ exclude_lines = [
build = ["cp39-*", "cp310-*", "cp311-*"]
build-frontend = "build"
build-verbosity = 1
environment-pass = ["PKGCRAFT_C_REF"]
before-all = "{package}/.ci/buildlib"
test-requires = "pytest"
test-command = "PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 pytest {package}/tests"
Expand Down

0 comments on commit 138f21a

Please sign in to comment.