File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -370,40 +370,3 @@ jobs:
370370 draft : true
371371 generate_release_notes : true
372372 prerelease : ${{ startsWith(github.ref_name, 'v0.') }}
373- body : |
374- ## Release Artifacts
375-
376- ### Desktop Application
377-
378- | File | Description |
379- |------|-------------|
380- | `Pumas-Library-*-x86_64.AppImage` | Linux installer (AppImage, x64) |
381- | `pumas-library_*_amd64.deb` | Linux installer (Debian/Ubuntu, x64) |
382- | `Pumas-Library-Setup-*.exe` | Windows installer (NSIS, x64) |
383- | `Pumas-Library-*.exe` | Windows portable executable (x64) |
384- | `Pumas-Library-*.dmg` | macOS disk image (Apple Silicon) |
385-
386- ### Language Bindings
387-
388- Each binding package contains generated source files **and** precompiled native libraries for all platforms (Linux x64, Windows x64, macOS ARM64).
389-
390- | File | Description |
391- |------|-------------|
392- | `pumas-bindings-python-*.zip` | Python bindings + native libraries |
393- | `pumas-bindings-kotlin-*.zip` | Kotlin/JVM bindings + native libraries |
394- | `pumas-bindings-swift-*.zip` | Swift bindings + native libraries |
395- | `pumas-bindings-ruby-*.zip` | Ruby bindings + native libraries |
396- | `pumas-bindings-csharp-*.zip` | C# bindings + native libraries |
397- | `pumas-nif-elixir-*.zip` | Elixir/Erlang NIF precompiled libraries |
398-
399- ### Rust Crate
400-
401- | File | Description |
402- |------|-------------|
403- | `pumas-library-*.crate` | `pumas-library` crate (for `cargo install` or vendoring) |
404-
405- ### Checksums
406-
407- | File | Description |
408- |------|-------------|
409- | `checksums-sha256.txt` | SHA-256 checksums for all release files |
You can’t perform that action at this time.
0 commit comments