Skip to content

Commit 550d42d

Browse files
committed
tag to send for the pypi
1 parent 22aec66 commit 550d42d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,7 @@ code_check:
2020
flake8 pymfe | grep -v __init__
2121
pylint pymfe -d 'C0103, R0913, R0902, R0914, C0302, R0904, R0801, E1101'
2222
mypy pymfe --ignore-missing-imports
23+
24+
pypi: clean
25+
python3 setup.py sdist bdist_wheel
26+
twine upload dist/*

0 commit comments

Comments
 (0)