SINTEF / ci-cd

Callable GitHub Actions workflows & pre-commit hooks
https://SINTEF.github.io/ci-cd
MIT License
0 stars 1 forks source link

Release summary v2.8.1 #278

Closed CasperWA closed 2 months ago

CasperWA commented 2 months ago

Support custom PyPI indices

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.