On Mon, 16 May 2011, M.-A. Lemburg wrote:
[...]
Here's a trick which will do the same without having to write
any new code:

First run:

   python setup.py sdist --keep-temp

Then run your tests on the created archive locally.

Second run:

   python setup.py sdist --dry-run upload

The second run won't build a new archive, it'll just upload the
already created archive to PyPI.

Nice, thanks!


John
_______________________________________________
Catalog-SIG mailing list
Catalog-SIG@python.org
http://mail.python.org/mailman/listinfo/catalog-sig

Reply via email to