8000 Update release process · waynr/github3.py@ad0bf5a · GitHub
[go: up one dir, main page]

Skip to content

Commit ad0bf5a

Browse files
committed
Update release process
1 parent b5ef769 commit ad0bf5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ commands = flake8 {posargs} github3/ tests/unit/ tests/integration/
2929
[testenv:release]
3030
deps =
3131
twine >= 1.4.0
32+
wheel
3233
commands =
33-
python setup.py sdist
34-
pip wheel --wheel-dir dist/
34+
python setup.py sdist bdist_wheel
3535
twine upload {posargs} dist/*
3636

3737
[pytest]

0 commit comments

Comments
 (0)
0