Skip to content

Commit

Permalink
chore: Remove --universal option for wheel building command
Browse files Browse the repository at this point in the history
  • Loading branch information
Stranger6667 committed Aug 13, 2020
1 parent 9cdd1a6 commit 1877464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ install:

build:
pip install wheel
python setup.py bdist_wheel --universal
python setup.py bdist_wheel

release: build
pip install twine
Expand Down

0 comments on commit 1877464

Please sign in to comment.