Skip to content

Commit

Permalink
Fix circle CI
Browse files Browse the repository at this point in the history
  • Loading branch information
benjeffery committed Jun 26, 2024
1 parent 7a7208b commit 00e5a03
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,7 @@ jobs:
command: |
cd python
rm -fR build
source venv/bin/activate
pip install build
python -m pip install build
python -m venv venv
python -m build --sdist
python -m twine check dist/*.tar.gz
Expand Down

0 comments on commit 00e5a03

Please sign in to comment.