comparison garcon/pypi.py @ 676:a04288f199a5

cm: Don't always generation the version when running `setuptools`.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 06 Mar 2016 23:51:20 -0800
parents 1e543ed2bf38
children 9231172e3d81
comparison
equal deleted inserted replaced
675:3df808b133f8 676:a04288f199a5
23 23
24 # Tag in Mercurial, which will then be used for PyPi version. 24 # Tag in Mercurial, which will then be used for PyPi version.
25 run("hg tag %s" % version) 25 run("hg tag %s" % version)
26 26
27 # PyPi upload. 27 # PyPi upload.
28 run("python setup.py version")
28 run("python setup.py sdist upload") 29 run("python setup.py sdist upload")
29 30