We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09dcf5a commit 729a89aCopy full SHA for 729a89a
Makefile
@@ -2,7 +2,7 @@
2
3
publish:
4
rm -rf dist/
5
- python setup.py sdist bdist_wheel
+ tox -e packaging
6
twine upload -s dist/*
7
8
sample_output:
setup.cfg
@@ -1,6 +1,3 @@
1
-[wheel]
-universal = 1
-
[tool:pytest]
testpaths = test
tox.ini
@@ -48,7 +48,7 @@ deps =
48
twine==3.2.0
49
commands =
50
check-manifest
51
- python setup.py sdist
+ python setup.py sdist bdist_wheel
52
twine check dist/*
53
54
[testenv:bench]
0 commit comments