Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
README 110 B
#install
python setup.py sdist bdist_wheel
twine upload dist/*
py -m twine upload --repository testpypi dist/*