You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Antoine Augusti edited this page Oct 2, 2018
·
4 revisions
How to upload to pip?
# Should not be in venv (why?)
python3 setup.py sdist
python3 setup.py bdist_wheel --universal
# Go back to venvsource venv/bin/activate
twine upload dist/* --skip-existing