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 Jul 30, 2023
1 parent 104917f commit f43d69c
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 0 deletions.
50 changes: 50 additions & 0 deletions pypi/aiohttp/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1, shrink-to-fit=no" name="viewport"/>
<!-- Skeleton CSS -->
<link crossorigin="anonymous" href="https://cdnjs.cloudflare.com/ajax/libs/skeleton/2.0.4/skeleton.min.css" rel="stylesheet"/>
<!-- Font -->
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600&amp;display=swap" rel="stylesheet" type="text/css"/>
<style>
body { font-family: "Montserrat"; }
code {
font-size: 100%;
display: inline-block !important;
font-size: 1.4rem; }
.header {
margin-top: 15rem;
font-size: 3.6rem;
font-weight: 400;
letter-spacing: -.1rem; }
.text-header {
text-transform: uppercase;
font-size: 1.4rem;
letter-spacing: .2rem;
font-weight: 600; }
.version {
font-size: 2.3rem;
font-style: italic;
font-weight: 300; }
.elem { margin: 1rem 0rem; }
</style>
<title>
PyPI - Python Wheels for armv7l
</title>
</head>
<body>
<div class="container">
<section class="header">
aiohttp
</section>
<pre><code>pip install aiohttp --extra-index-url https://bjia56.github.io/armv7l-wheels/</code></pre>
<br/>
<a href="https://github.com/bjia56/armv7l-wheels/releases/download/aiohttp-3.8.5-cpython3.7/aiohttp-3.8.5-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl">
aiohttp-3.8.5-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
</a>
<hr/>
</div>
</body>
</html>
3 changes: 3 additions & 0 deletions pypi/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ <h6 class="text-header">
<a class="card" href="placeholder/">
placeholder
</a>
<a class="card" href="aiohttp/">
aiohttp
</a>
</div>
</body>
</html>

0 comments on commit f43d69c

Please sign in to comment.