diff options
| author | Michael Merickel <michael@merickel.org> | 2015-04-15 09:43:12 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2015-04-15 09:43:12 -0500 |
| commit | a0e6d14a956ded14bd4bdc20616e5fd7e2b10448 (patch) | |
| tree | b2602e14990d44af5d1254f7071eac3669c12c26 | |
| parent | 59626acab6014dcf433050e228a53886e764950b (diff) | |
| download | pyramid-a0e6d14a956ded14bd4bdc20616e5fd7e2b10448.tar.gz pyramid-a0e6d14a956ded14bd4bdc20616e5fd7e2b10448.tar.bz2 pyramid-a0e6d14a956ded14bd4bdc20616e5fd7e2b10448.zip | |
update releasing.txt to use twine/wheels
| -rw-r--r-- | RELEASING.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/RELEASING.txt b/RELEASING.txt index d891aa620..1cc9e265f 100644 --- a/RELEASING.txt +++ b/RELEASING.txt @@ -40,10 +40,11 @@ Releasing Pyramid - Create a release tag. -- Make sure your system Python has ``setuptools-git`` installed and release to - PyPI:: +- Make sure your Python has ``setuptools-git``, ``twine`` and ``wheel`` + installed and release to PyPI:: - $ python setup.py sdist register upload + $ python setup.py sdist bdist_wheel + $ twine upload dist/pyramid-X.X-* - Edit `http://wiki.python.org/moin/WebFrameworks <http://wiki.python.org/moin/WebFrameworks>`_. |
