Skip to content

Commit

Permalink
Version lock build package (SYN-6113) (#3329)
Browse files Browse the repository at this point in the history
* Fix build to a specific version for breaking change in pypa/build#627 (SYN-6113)
  • Loading branch information
vEpiphyte committed Sep 6, 2023
1 parent d6b9ce1 commit 63756e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 63756e7

Please sign in to comment.