in terminal -> cd C:pathhtopackagePACKAGE
- py -m pip install build
- pip install pyparsing==3.0.5 !!pyparser downgrade needed!!
- py -m build --sdist
- twine check dist/*
- twine upload dist/* -> username = see secrets PYPI_BUILD password = see secrets PYPI_BUILD
pypi-publish.yml will automatically build and publish pypi for this package
- pip install PACKAGENAME