Skip to content

Commit

Permalink
Revert "build updated for breaking change in pypa/build#627 (SYN-6113)"
Browse files Browse the repository at this point in the history
This reverts commit e1de503.
  • Loading branch information
vEpiphyte committed Sep 5, 2023
1 parent e1de503 commit 6a789ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -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
Expand Down

0 comments on commit 6a789ae

Please sign in to comment.