pip install build
pip install twineChange to the directory that contains the project.toml and setup.cfg files and then run the build package.
cd cprint
python -m buildChange to the directory that contains the dist directory that was created as a result of running build and then run twine.
cd cprint
twine upload -u $PYPI_USER -p $PYPI_PASSWORD dist/*