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 (only once)
pip install twine
create ~/.pypirc:
~/.pypirc
[distutils] index-servers = pypi pypitest [pypi] username=gio.piz [pypitest] repository=https://testpypi.python.org/pypi username=gio.piz
__version__
main
Then:
clear the build/, dist and seekpath.egg-info folders
build/
dist
seekpath.egg-info
git pull (possibly then checking out the tag to be sure of the version we are at)
git pull
python setup.py sdist bdist_wheel --universal
upload the package
twine upload dist/*
(to test: pip install seekpath)
pip install seekpath