From 63756e7d2eb422cd0da64ff1d40038b82296fdf2 Mon Sep 17 00:00:00 2001 From: vEpiphyte Date: Tue, 5 Sep 2023 20:42:01 -0400 Subject: [PATCH] Version lock build package (SYN-6113) (#3329) * Fix build to a specific version for breaking change in https://github.com/pypa/build/pull/627 (SYN-6113) --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index bd7b104dd0..6b32bf751b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -152,7 +152,7 @@ commands: command: | python3 -m venv venv . venv/bin/activate - python3 -m pip install -U wheel pip twine build + python3 -m pip install -U wheel pip twine build==0.10.0 python3 -m pip install -U -r requirements_dev.txt - save_cache: