Skip to content

Commit 2c475c6

Browse files
Fix build, remove universal
1 parent df9889a commit 2c475c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ commands = pre-commit run --all-files --show-diff-on-failure
2828
skip_install = true
2929
commands =
3030
python setup.py -q sdist --format zip
31-
python setup.py -q bdist_wheel --universal
31+
python setup.py -q bdist_wheel
3232

3333
[isort]
3434
profile=black

0 commit comments

Comments
 (0)