Skip to content

Commit 1cef84f

Browse files
committed
CI: Install wheel
1 parent e86205d commit 1cef84f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ jobs:
339339
- run:
340340
name: Deploy to PyPI
341341
command: |
342-
pip install twine future
342+
pip install twine future wheel
343343
python setup.py sdist bdist_wheel
344344
# twine upload dist/*
345345

0 commit comments

Comments
 (0)