Add piwheels as additional URL for downloading pre-built wheels

This commit is contained in:
Trenton H 2022-12-13 07:48:33 -08:00
parent b6dd36a439
commit 1551052cde

View File

@ -77,6 +77,8 @@ RUN set -eux \
&& python3 -m pip wheel \
# Build the package at the required version
pikepdf==${PIKEPDF_VERSION} \
# Look to piwheels for additional pre-built wheels
--extra-index-url https://www.piwheels.org/simple \
# Output the *.whl into this directory
--wheel-dir wheels \
# Do not use a binary packge for the package being built