Skip to content

Commit 2902baa

Browse files
committed
fix wheel generation
1 parent 0e9fa2c commit 2902baa

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

setup.cfg

Lines changed: 0 additions & 3 deletions
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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,9 @@ deps =
6565
check-manifest==0.42
6666
readme-renderer==26.0
6767
twine==3.2.0
68+
whitelist_externals = rm
6869
commands =
70+
rm -rf dist/
6971
check-manifest
70-
python setup.py sdist
72+
python setup.py sdist bdist_wheel
7173
twine check dist/*

0 commit comments

Comments
 (0)