diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | howto.txt | 1 |
2 files changed, 1 insertions, 2 deletions
@@ -56,7 +56,7 @@ metahtml: # Kitting kit: - python setup.py sdist --formats=gztar,zip + python setup.py sdist --formats=gztar wheel: tox -c tox_wheels.ini $(ARGS) @@ -52,7 +52,6 @@ - $ make download_appveyor - examine the dist directory, and remove anything that looks malformed. - Update PyPi: - - $ make pypi - upload kits: - $ make kit_upload - Visit http://pypi.python.org/pypi?%3Aaction=pkg_edit&name=coverage : |