From 138f21aa94328cb7c898956a76f5c8d5981bf403 Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Fri, 20 Jan 2023 06:35:41 -0700 Subject: [PATCH] pyproject: pass $PKGCRAFT_C_REF through to cibuildwheel container env --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 26a2fd5b..6a1fe656 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"