Makefile: ditch twine for uploading

pull/51/head
Marco Hinz 7 years ago
parent 625b8ddf45
commit 6debd11547
No known key found for this signature in database
GPG Key ID: 1C980A1B657B4A4F

@ -4,8 +4,7 @@ install:
python3 setup.py install
upload: clean
python3 setup.py sdist bdist_wheel
twine upload dist/*
python3 setup.py sdist bdist_wheel upload
clean:
rm -rf build dist neovim_remote.egg-info

Loading…
Cancel
Save