Skip to content

Commit 729a89a

Browse files
committed
fix wheel generation
1 parent 09dcf5a commit 729a89a

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
publish:
44
rm -rf dist/
5-
python setup.py sdist bdist_wheel
5+
tox -e packaging
66
twine upload -s dist/*
77

88
sample_output:

setup.cfg

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
[wheel]
2-
universal = 1
3-
41
[tool:pytest]
52
testpaths = test
63

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ deps =
4848
twine==3.2.0
4949
commands =
5050
check-manifest
51-
python setup.py sdist
51+
python setup.py sdist bdist_wheel
5252
twine check dist/*
5353

5454
[testenv:bench]

0 commit comments

Comments
 (0)