cs desktop
cd pyfuzzyset

pip3 install setuptools twine

python3 setup.py sdist

python3 setup.py bdist_wheel

twine check dist/*

twine upload --repository-url https://upload.pypi.org/legacy/ dist/*
username:...
password:...