Kaydet (Commit) 8dfb48dc authored tarafından Berker Peksag's avatar Berker Peksag

Fix 'make release' command

üst 993fb054
...@@ -2,7 +2,8 @@ testenv: ...@@ -2,7 +2,8 @@ testenv:
pip install -e . pip install -e .
release: release:
python setup.py sdist bdist_wheel upload -r pypi python setup.py sdist bdist_wheel
twine upload dist/*
register: register:
python setup.py sdist register -r pypi python setup.py sdist register -r pypi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment