From 6a789aef3694c0e91e2f15283c48cc450a2f6f73 Mon Sep 17 00:00:00 2001 From: epiphyte Date: Tue, 5 Sep 2023 23:57:19 +0000 Subject: [PATCH] Revert "build updated for breaking change in https://github.com/pypa/build/pull/627 (SYN-6113)" This reverts commit e1de503702648f49354c9a94a10f6d7498666e6a. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 38bc35bb70..bd7b104dd0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -212,7 +212,7 @@ commands: name: create packages command: | . venv/bin/activate - python -m build --wheel -C--build-option=--python-tag=$PYTHON_TAG + python -m build --wheel "-C=--build-option=--python-tag $PYTHON_TAG" - run: name: smoke packages