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 c77a815 commit 3da7c99Copy full SHA for 3da7c99
Makefile
@@ -2,5 +2,6 @@
2
3
publish:
4
rm -rf dist/
5
- python setup.py sdist bdist_wheel
+ pip3 install -U twine wheel pip setuptools
6
+ python3 setup.py sdist bdist_wheel
7
twine upload -s dist/*
tox.ini
@@ -18,7 +18,7 @@ commands = flake8 --max-complexity 10 h2 test
18
19
[testenv:docs]
20
basepython=python3.8
21
-deps = sphinx==2.3.1
+deps = sphinx==2.4.0
22
changedir = {toxinidir}/docs
23
whitelist_externals = rm
24
commands =
0 commit comments