python -m venv envSet up the virtual environmentsource env/bin/activateActivate the environmentpip install -r requirements.txtInstall dependenciesdeactivateDeactivate environment when done developing
- Bump the version number in
pyproject.toml python -m buildtwine upload dist/*- Apply credentials for PyPI