Back to Rerun

Minimum Pip Index

scripts/ci/templates/pip_index.html

0.31.4224 B
Original Source

Minimum Pip Index

{% for build in found_builds %}

{{ build.title }}

{% if build.wheels %}

Wheels:

{% for wheel in build.wheels %} - {{ wheel }} {% endfor %}

{% endif %} {% endfor %}