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 0ccb286 commit 7c87477Copy full SHA for 7c87477
tox.ini
@@ -32,5 +32,6 @@ deps =
32
wheel
33
twine
34
commands =
35
- python setup.py sdist bdist_wheel --dist-dir {envdir}/dist
+ python setup.py sdist --dist-dir {envdir}/dist
36
+ python setup.py bdist_wheel --dist-dir {envdir}/dist
37
twine check --strict {envdir}/dist/*
0 commit comments