rm -rf ~/venvs/test dist
rm -rf dist
python3.11 -m venv ~/venvs/test
source ~/venvs/test/bin/activate
pip install --upgrade pip
python3 -m pip install --upgrade build twine
python3 -m build



python3 -m twine upload dist/*
pip install -i https://test.pypi.org/simple/ --no-deps gwbench


pypi-AgEIcHlwaS5vcmcCJDlmZjE0YWEzLTQ2NTQtNGRhNy1hYTA5LTZhZjVjNGEwYmIzMgACKlszLCI1YTE1MWUyOC00YjI2LTRhZDctOWFmMS0wM2I2MDliNWEwMDEiXQAABiC42ORG2vrraqirXqPb2VCaGygKg6FARnHnNMzHZEtD6w
