summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2014-02-10 09:49:56 -0800
committerGuido van Rossum <guido@python.org>2014-02-10 09:49:56 -0800
commit40423b1e738481a4732eb26601f29356a43c72a5 (patch)
tree84c57cbf7fd4e41eb50517fddec3ac574bf8e482 /Makefile
parentb77fe5e8e7e8e61b0fb1ba3268741683f1471474 (diff)
downloadtrollius-40423b1e738481a4732eb26601f29356a43c72a5.tar.gz
Add hint for pypi release on Windows.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 87fa3ee..24a8c05 100644
--- a/Makefile
+++ b/Makefile
@@ -43,5 +43,7 @@ clean:
# Push a source distribution for Python 3.3 to PyPI.
# You must update the version in setup.py first.
+# The corresponding action on Windows is pypi.bat.
+# A PyPI user configuration in ~/.pypirc is required.
pypi: clean
python3.3 setup.py sdist upload