To delete existing package: rmdir /s /q dist build pygrowwapi.egg-info
To Build the package: python -m build
To Upload to PyPI: twine upload dist/*