2
0
mirror of https://github.com/mhinz/neovim-remote synced 2024-11-11 13:10:34 +00:00

Makefile: ditch twine for uploading

This commit is contained in:
Marco Hinz 2017-07-26 01:52:02 +02:00
parent 625b8ddf45
commit 6debd11547
No known key found for this signature in database
GPG Key ID: 1C980A1B657B4A4F

View File

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