- Make sure you are in the
masterbranch and do agit pullprior to continuing - Ensure version number in both
__version__.pyandsetup.pyare both set to the new version number, without anybdesignation. e.g. 1.2.0, 1.2.1 - Ensure you have
twineinstalled - Remove any existing distribution data:
rm -rf dist/ gramaddict.egg-info/ - Run the command:
python3 setup.py sdist - Run the command:
twine upload dist/*