Spaces:
Sleeping
Sleeping
rm -rf dist build textgraphs.egg-info | |
python3 -m build | |
twine check dist/* | |
# this assumes the use of `~/.pypirc` | |
# https://packaging.python.org/en/latest/specifications/pypirc/ | |
twine upload ./dist/* --verbose | |