##// END OF EJS Templates
Reword a bit
Thomas Kluyver -
Show More
@@ -177,9 +177,9 b' Run the ``release`` script, this step requires having a current wheel, Python'
177
177
178 This makes the tarballs, zipfiles, and wheels, and put them under the ``dist/``
178 This makes the tarballs, zipfiles, and wheels, and put them under the ``dist/``
179 folder. Be sure to test the ``wheels`` and the ``sdist`` locally before
179 folder. Be sure to test the ``wheels`` and the ``sdist`` locally before
180 uploading them to PyPI. We do not use an universal wheel as each wheel,
180 uploading them to PyPI. We do not use an universal wheel as each wheel
181 depending on the version of Python it is built for install an ``ipython2`` or
181 installs an ``ipython2`` or ``ipython3`` script, depending on the version of
182 ``ipython3`` script. Using an universal wheel prevent this.
182 Python it is built for. Using an universal wheel would prevent this.
183
183
184 Use the following to actually upload the result of the build::
184 Use the following to actually upload the result of the build::
185
185
General Comments 0
You need to be logged in to leave comments. Login now