Добавлена команда upload в Makefile для загрузки пакетов на PyPI

master
Антон Касимов 2019-05-28 22:55:32 +03:00
parent 4577a046c5
commit 73d8809d3a
1 changed files with 5 additions and 0 deletions

View File

@ -5,3 +5,8 @@ bdist:
test:
pytest -q
upload:
twine check dist/*
twine upload --repository-url https://test.pypi.org/legacy/ dist/*
twine upload dist/*