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 5, 2023
1 parent 2564831 commit bcd8c2d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pypi/pylibsrtp/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 Down Expand Up @@ -78,6 +79,10 @@
<a href="https://github.com/bjia56/armv7l-wheels/releases/download/pylibsrtp-0.8.0-cpython3.11/pylibsrtp-0.8.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl">
pylibsrtp-0.8.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
</a>
<br/>
<a href="https://github.com/bjia56/armv7l-wheels/releases/download/pylibsrtp-0.8.0-cpython3.12/pylibsrtp-0.8.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl">
pylibsrtp-0.8.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
</a>
<hr/>
</div>
</body>
Expand Down

0 comments on commit bcd8c2d

Please sign in to comment.