Skip to content

Commit 02d6d3c

Browse files
committed
fix wheel generation
1 parent 3b0b241 commit 02d6d3c

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
@@ -52,9 +52,11 @@ deps =
5252
check-manifest==0.42
5353
readme-renderer==26.0
5454
twine==3.2.0
55+
whitelist_externals = rm
5556
commands =
57+
rm -rf dist/
5658
check-manifest
57-
python setup.py sdist
59+
python setup.py sdist bdist_wheel
5860
twine check dist/*
5961

6062
[testenv:h2spec]

0 commit comments

Comments
 (0)