-
Notifications
You must be signed in to change notification settings - Fork 33
Home
Mark Hedley Jones edited this page Nov 20, 2022
·
3 revisions
Welcome to the dmenu-extended wiki! This wiki holds information related to dmenu-extended.
Troubleshooting - Solutions to known issues
- Ensure the
project.toml
file has had it's version string updated to the target version. - Execute the following commands from within the project folder:
rm -rf ./dist ./src/dmenu_extended.egg-info
python3 -m build
python3 -m twine upload dist/*
- Enter the username and password for the pypi account (markhedleyjones)
- Once the branch has been merged into main, tag the main branch with the release version number.