Skip to content

Commit

Permalink
Apply automatic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 authored and github-actions[bot] committed Oct 4, 2023
1 parent f4aa99f commit dbb34be
Showing 1 changed file with 19 additions and 14 deletions.
33 changes: 19 additions & 14 deletions pypi/cmake/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@
<title>
PyPI - Python Wheels for armv7l
</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js">
</script>
<script>
function annotateDownloadCount(releaseTag, anchorElement) {
function annotateDownloadCount(releaseTag, anchorElement) {
fetch("https://api.github.com/repos/bjia56/armv7l-wheels/releases/tags/" + releaseTag)
.then(async resp => {
let release = await resp.json();
Expand All @@ -52,17 +53,21 @@
$(document).ready(annotateAll);
</script>
</head>
<body>
<div class="container">
<section class="header">
cmake
</section>
<pre><code>pip install cmake --extra-index-url https://bjia56.github.io/armv7l-wheels/</code></pre>
<br/>
<a href="https://github.com/bjia56/armv7l-wheels/releases/download/cmake-3.27.6-cpython3.7/cmake-3.27.6-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl">
cmake-3.27.6-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
</a>
<hr/>
<body>
<div class="container">
<section class="header">
cmake
</section>
<pre><code>pip install cmake --extra-index-url https://bjia56.github.io/armv7l-wheels/</code></pre>
<br/>
<a href="https://github.com/bjia56/armv7l-wheels/releases/download/cmake-3.27.6-cpython3.7/cmake-3.27.6-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl">
cmake-3.27.6-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
</a>
<br/>
<a href="https://github.com/bjia56/armv7l-wheels/releases/download/cmake-3.27.6-cpython3.8/cmake-3.27.6-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl">
cmake-3.27.6-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
</a>
<hr/>
</div>
</body>
</html>
</html>

0 comments on commit dbb34be

Please sign in to comment.