We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Since I always forget, here are some instructions.
pip install twine
~/.pypirc
[distutils] index-servers = pypi pypitest [pypi] username=gio.piz [pypitest] repository=https://testpypi.python.org/pypi username=gio.piz
__version__
master
vX.X.X
Then:
clear the build/, dist and tools_barebone.egg-info folders
build/
dist
tools_barebone.egg-info
git pull
git checkout vX.X.X
python setup.py sdist bdist_wheel --universal
upload the package
twine upload dist/*