@@ -54,7 +54,7 @@ The wheel-building repository:
54
54
* does a fresh build of any required C / C++ libraries;
55
55
* builds a scipy wheel, linking against these fresh builds;
56
56
* processes the wheel using delocate _ (OSX) or auditwheel _ ``repair ``
57
- (Manylinux1 _ ). ``delocate `` and ``auditwheel `` copy the required dynamic
57
+ (manylinux _ ). ``delocate `` and ``auditwheel `` copy the required dynamic
58
58
libraries into the wheel and relinks the extension modules against the
59
59
copied libraries;
60
60
* uploads the built wheels to a Anaconda Cloud container - see "Using the
@@ -63,7 +63,7 @@ The wheel-building repository:
63
63
64
64
The resulting wheels are therefore self-contained and do not need any external
65
65
dynamic libraries apart from those provided as standard by OSX / Linux as
66
- defined by the manylinux1 standard .
66
+ defined by the manylinux standards .
67
67
68
68
Both Appveyor and Travis CI are using secret/encrypted keys to provide
69
69
Anaconda Cloud upload credentials for merged PRs and weekly builds. The keys
@@ -126,7 +126,7 @@ and then upload them manually to pypi, or by using twine_.
126
126
127
127
Of course, you will need permissions to upload to PyPI, for this to work.
128
128
129
- .. _ manylinux1 : https://www.python.org/dev/peps/pep-0513
129
+ .. _ manylinux : https://www.python.org/dev/peps/pep-0600
130
130
.. _twine : https://pypi.python.org/pypi/twine
131
131
.. _delocate : https://pypi.python.org/pypi/delocate
132
132
.. _auditwheel : https://pypi.python.org/pypi/auditwheel
0 commit comments