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 22aec66 commit 550d42dCopy full SHA for 550d42d
Makefile
@@ -20,3 +20,7 @@ code_check:
20
flake8 pymfe | grep -v __init__
21
pylint pymfe -d 'C0103, R0913, R0902, R0914, C0302, R0904, R0801, E1101'
22
mypy pymfe --ignore-missing-imports
23
+
24
+pypi: clean
25
+ python3 setup.py sdist bdist_wheel
26
+ twine upload dist/*
0 commit comments