terryyin / translate-python

Online translation as a Python module & command line tool. No key, no authentication needed.
MIT License
724 stars 155 forks source link

Add makefile commands #35

Closed rhenter closed 6 years ago

rhenter commented 6 years ago

PR with a release command to create the tag and release when uploading a new release to PyPi The command use Twine (https://pypi.python.org/pypi/twine) cause is more safe to use than setup.py upload

When you want to generate a new release you do like this:

$ make release
terryyin commented 6 years ago

I've used your new command to make a new release. Thanks.