Skip to content

Commit e51a458

Browse files
committed
Drop bdist_wheel and -universal
1 parent 3e72419 commit e51a458

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
@@ -54,7 +54,7 @@ jobs:
5454
echo -e "Running sdist"
5555
python setup.py sdist
5656
echo -e "Creating wheel"
57-
python setup.py sdist_wheel --universal
57+
python setup.py sdist
5858
5959
- persist_to_workspace:
6060
root: /home/circleci/project/

0 commit comments

Comments
 (0)