-
Notifications
You must be signed in to change notification settings - Fork 33
pypi upload
Rudolph Pienaar edited this page Mar 20, 2017
·
1 revision
This page describes the pypi upload process.
- README.rst
- setup.py
# push
$> git commit -am "vX.Y.Z"
$> git push origin master
# and tag
$> git tag X.Y.Z
$> git push origin --tags
(rstcheck
can be installed through pip
)
$> rstcheck README.rst
(twine
can be installed through pip
)
$> python setup.py sdist
$> twine upload dist/pman-X.Y.Z.tar.gz