Skip to content
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

Releasing a new version

  1. Ensure the project.toml file has had it's version string updated to the target version.
  2. 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/*
  1. Enter the username and password for the pypi account (markhedleyjones)
  2. Once the branch has been merged into main, tag the main branch with the release version number.
Clone this wiki locally