Skip to content

Commit 138f21a

Browse files
committed
pyproject: pass $PKGCRAFT_C_REF through to cibuildwheel container env
1 parent 3339eaa commit 138f21a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ exclude_lines = [
7373
build = ["cp39-*", "cp310-*", "cp311-*"]
7474
build-frontend = "build"
7575
build-verbosity = 1
76+
environment-pass = ["PKGCRAFT_C_REF"]
7677
before-all = "{package}/.ci/buildlib"
7778
test-requires = "pytest"
7879
test-command = "PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 pytest {package}/tests"

0 commit comments

Comments
 (0)