Skip to content

Commit 3da7c99

Browse files
committed
update publish instructions
1 parent c77a815 commit 3da7c99

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22

33
publish:
44
rm -rf dist/
5-
python setup.py sdist bdist_wheel
5+
pip3 install -U twine wheel pip setuptools
6+
python3 setup.py sdist bdist_wheel
67
twine upload -s dist/*

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ commands = flake8 --max-complexity 10 h2 test
1818

1919
[testenv:docs]
2020
basepython=python3.8
21-
deps = sphinx==2.3.1
21+
deps = sphinx==2.4.0
2222
changedir = {toxinidir}/docs
2323
whitelist_externals = rm
2424
commands =

0 commit comments

Comments
 (0)