Skip to content

Commit

Permalink
Update versions-manifest.json (#288)
Browse files Browse the repository at this point in the history
Co-authored-by: messense <1556054+messense@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and messense authored Sep 25, 2024
1 parent 6cfcbee commit 0abfa5d
Showing 1 changed file with 37 additions and 6 deletions.
43 changes: 37 additions & 6 deletions versions-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,35 @@
[
{
"files": [
{
"arch": "x64",
"download_url": "https://github.com/PyO3/maturin/releases/download/v1.7.3/maturin-x86_64-apple-darwin.tar.gz",
"filename": "maturin-x86_64-apple-darwin.tar.gz",
"platform": "darwin"
},
{
"arch": "x64",
"download_url": "https://github.com/PyO3/maturin/releases/download/v1.7.3/maturin-x86_64-unknown-linux-musl.tar.gz",
"filename": "maturin-x86_64-unknown-linux-musl.tar.gz",
"platform": "linux"
},
{
"arch": "x86",
"download_url": "https://github.com/PyO3/maturin/releases/download/v1.7.3/maturin-i686-pc-windows-msvc.zip",
"filename": "maturin-i686-pc-windows-msvc.zip",
"platform": "win32"
},
{
"arch": "x64",
"download_url": "https://github.com/PyO3/maturin/releases/download/v1.7.3/maturin-x86_64-pc-windows-msvc.zip",
"filename": "maturin-x86_64-pc-windows-msvc.zip",
"platform": "win32"
}
],
"release_url": "https://github.com/PyO3/maturin/releases/tag/v1.7.3",
"stable": true,
"version": "1.7.3"
},
{
"files": [
{
Expand Down Expand Up @@ -6120,17 +6151,17 @@
"filename": "maturin-x86_64-unknown-linux-musl.tar.gz",
"platform": "linux"
},
{
"arch": "x64",
"download_url": "https://github.com/PyO3/maturin/releases/download/v0.10.0/maturin-x86_64-pc-windows-msvc.zip",
"filename": "maturin-x86_64-pc-windows-msvc.zip",
"platform": "win32"
},
{
"arch": "x86",
"download_url": "https://github.com/PyO3/maturin/releases/download/v0.10.0/maturin-i686-pc-windows-msvc.zip",
"filename": "maturin-i686-pc-windows-msvc.zip",
"platform": "win32"
},
{
"arch": "x64",
"download_url": "https://github.com/PyO3/maturin/releases/download/v0.10.0/maturin-x86_64-pc-windows-msvc.zip",
"filename": "maturin-x86_64-pc-windows-msvc.zip",
"platform": "win32"
}
],
"release_url": "https://github.com/PyO3/maturin/releases/tag/v0.10.0",
Expand Down

0 comments on commit 0abfa5d

Please sign in to comment.