##// END OF EJS Templates
Warn about universal wheels in the docs.
Matthias Bussonnier -
Show More
@@ -176,8 +176,10 b' Run the ``release`` script, this step requires having a current wheel, Python'
176 ./tools/release
176 ./tools/release
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 ``wheel`` and the ``sdist`` locally before uploading
179 folder. Be sure to test the ``wheels`` and the ``sdist`` locally before
180 them to PyPI.
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
182 ``ipython3`` script. Using an universal wheel prevent this.
181
183
182 Use the following to actually upload the result of the build::
184 Use the following to actually upload the result of the build::
183
185
General Comments 0
You need to be logged in to leave comments. Login now