All callable workflows now have support for setting the PIP_INDEX_URL and PIP_EXTRA_INDEX_URL environment variable whenever pip install is being invoked.
Note, the PIP_EXTRA_INDEX_URL allows for multiple URLs to be provided, given they are space-delimited.
For more information on the specific workflow, see the documentation.
Support custom PyPI indices
All callable workflows now have support for setting the
PIP_INDEX_URL
andPIP_EXTRA_INDEX_URL
environment variable wheneverpip install
is being invoked. Note, thePIP_EXTRA_INDEX_URL
allows for multiple URLs to be provided, given they are space-delimited.For more information on the specific workflow, see the documentation.