Skip to content

v2.8.1

Compare
Choose a tag to compare
@CasperWA CasperWA released this 21 Aug 19:46
· 7 commits to main since this release

Changelog

v2.8.1 (2024-08-22)

Full Changelog

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.

Implemented enhancements:

  • Support custom pip index URL(s) #276

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator