Skip to content

Commit 094aad1

Browse files
authored
Issue pypa#231: Cover manylinux1 in "Platform Wheels" (pypa#283)
1 parent 02671ad commit 094aad1

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

source/distributing.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -705,10 +705,9 @@ on. For details on the naming of wheel files, see :pep:`425`
705705

706706
.. note::
707707

708-
:term:`PyPI <Python Package Index (PyPI)>` currently only allows uploads of
709-
platform wheels for Windows and OS X, NOT linux. Currently, the wheel tag
710-
specification (:pep:`425`) does not handle the variation that can
711-
exist across linux distros.
708+
:term:`PyPI <Python Package Index (PyPI)>` currently supports uploads of
709+
platform wheels for Windows, OS X, and the multi-distro ``manylinux1`` ABI.
710+
Details of the latter are defined in :pep`513`.
712711

713712

714713
.. _`Uploading your Project to PyPI`:

0 commit comments

Comments
 (0)