Skip to content

Commit ddf1330

Browse files
committed
Update make publish
1 parent f9c351b commit ddf1330

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Makefile

+4-5
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,12 @@ help:
99

1010
deps:
1111
pip install -r requirements.txt
12-
pip install tox sphinx sphinx-autobuild
12+
pip install tox sphinx sphinx-autobuild twine
1313

1414
test:
1515
tox
1616

1717
publish:
18-
python setup.py register
19-
python setup.py sdist upload
20-
python setup.py bdist_wheel --universal upload
21-
rm -fr build dist .egg requests.egg-info
18+
python setup.py sdist bdist_wheel
19+
twine upload dist/*
20+
rm -fr build dist

0 commit comments

Comments
 (0)