Skip to content
Nicolas Rannou edited this page Oct 28, 2016 · 4 revisions

Welcome to the pypx wiki!

Release process notes

Publish to Pypi

$> python setup.py sdist
$> twine upload dist/pypx-0.3.tar.gz

Tag Github version

$> git tag 0.3
$> git push origin --tags
Clone this wiki locally