Skip to content

Commit 20ec839

Browse files
Use CIBW_ENVIRONMENT_PASS_LINUX
1 parent 39d8afe commit 20ec839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
command: python -m cibuildwheel --output-dir wheelhouse
4848
environment:
4949
CIBW_BUILD: "cp<< parameters.python-version >>-*"
50-
CIBW_ENVIRONMENT: "CIRCLECI=$CIRCLECI CIRCLE_TAG=$CIRCLE_TAG"
50+
CIBW_ENVIRONMENT_PASS_LINUX: CIRCLECI CIRCLE_TAG
5151
CIBW_SKIP: "*-musllinux_* pp*"
5252
CIBW_ARCHS_LINUX: "x86_64"
5353
CIBW_BEFORE_TEST: pip install .[test]

0 commit comments

Comments
 (0)