We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47f38d7 commit a3cde6dCopy full SHA for a3cde6d
2 files changed
Makefile
@@ -51,7 +51,7 @@ lint:
51
flake8 . --count --exit-zero --max-line-length=127 --statistics --extend-ignore=E501 --extend-exclude '.*'
52
53
.PHONY: publish
54
-publish: check_git test-tox clean dist
+publish: check_git test-tox dist
55
python3 -m twine upload dist/*
56
57
.PHONY: publish-docker
publish-requirements.txt
@@ -1,3 +1,3 @@
1
-tox
+tox==3.*
2
setuptools
3
twine
0 commit comments