On Sun, Jul 14, 2013 at 12:59 PM, Aaron Meurer <[email protected]> wrote: > Does anyone know how to do setup.py upload from a file? The way to do it in > the distutils documentation is to do > > setup.py sdist upload > > i.e., to create the tarball and upload it in the same command. But as part > of our release process, I want to separate these two things. I'd prefer to > not recreate the tarball, because that changes the md5 hash (and anyway, the > whole point is that I want to create the tarball, test it, and then upload > it to PyPI).
In the past I have done exactly this, then went to pypi, removed the generated tarball and uploaded our own tarball, so all md5 agree. Ugly, but it does the job. Ondrej > > I also asked this at http://stackoverflow.com/q/17633633/161801. > > By the way, this is currently the only blocker for SymPy 0.7.3, which has > already been tagged, and is otherwise ready to go. > > Aaron Meurer > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/sympy. > For more options, visit https://groups.google.com/groups/opt_out. > > -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy. For more options, visit https://groups.google.com/groups/opt_out.
