-
Notifications
You must be signed in to change notification settings - Fork 47
Deployment
JaDoggx86 edited this page Sep 18, 2022
·
3 revisions
-
Update
setup.py
to a new version. Do same for all__init__.py
andpydoro_tui.py
Commit and push it. -
Ensure that
README.rst
hash LF line endings. (Twine bug on Windows) -
Create a git tag and push it (Same as the version in previous step)
git tag -a "0.1.4" -m "Using emoji tomatoes"
git push --tags
- Create distributions
python setup.py sdist bdist_wheel bdist_egg
- Check with twine
twine check dist/*
- Upload using twine
twine upload dist/*
- Create exe
make_exe
- Upload exe to github release and add a description.
π π pydoro - Terminal Pomodoro Timer π π