##// END OF EJS Templates
Merge pull request #9873 from Carreau/no-universal-wheels...
Thomas Kluyver -
r22807:a4e3e447 merge
parent child Browse files
Show More
@@ -176,8 +176,10 b' Run the ``release`` script, this step requires having a current wheel, Python'
176 176 ./tools/release
177 177
178 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
180 them to PyPI.
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
181 installs an ``ipython2`` or ``ipython3`` script, depending on the version of
182 Python it is built for. Using an universal wheel would prevent this.
181 183
182 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