Release 0.1.4: add GitHub Release asset attachments

Pure tooling release on top of 0.1.3. The library code is unchanged;
only the release workflow grew a new github-release job that attaches
every built artefact to the GitHub Release page so users have direct
download links next to the source archives:

- Python wheels (5 platforms) + sdist
- Native Node bindings (linux-x64-gnu, darwin-x64, darwin-arm64, win32-x64-msvc)
- npm-pack tarballs for the main wickra package, every per-platform
  subpackage, and wickra-wasm
- Cargo .crate files for wickra-core, wickra-data, wickra

The job runs at the end of the release pipeline and also accepts
workflow_dispatch so future asset-only fixups don't require a version
bump.
This commit is contained in:
kingchenc
2026-05-21 22:29:12 +02:00
parent 323e9ce153
commit 30c1a393a0
8 changed files with 18 additions and 18 deletions
Generated
+6 -6
View File
@@ -1883,7 +1883,7 @@ dependencies = [
[[package]] [[package]]
name = "wickra" name = "wickra"
version = "0.1.3" version = "0.1.4"
dependencies = [ dependencies = [
"approx", "approx",
"criterion", "criterion",
@@ -1894,7 +1894,7 @@ dependencies = [
[[package]] [[package]]
name = "wickra-core" name = "wickra-core"
version = "0.1.3" version = "0.1.4"
dependencies = [ dependencies = [
"approx", "approx",
"proptest", "proptest",
@@ -1904,7 +1904,7 @@ dependencies = [
[[package]] [[package]]
name = "wickra-data" name = "wickra-data"
version = "0.1.3" version = "0.1.4"
dependencies = [ dependencies = [
"approx", "approx",
"csv", "csv",
@@ -1922,7 +1922,7 @@ dependencies = [
[[package]] [[package]]
name = "wickra-node" name = "wickra-node"
version = "0.1.3" version = "0.1.4"
dependencies = [ dependencies = [
"napi", "napi",
"napi-build", "napi-build",
@@ -1932,7 +1932,7 @@ dependencies = [
[[package]] [[package]]
name = "wickra-python" name = "wickra-python"
version = "0.1.3" version = "0.1.4"
dependencies = [ dependencies = [
"numpy", "numpy",
"pyo3", "pyo3",
@@ -1941,7 +1941,7 @@ dependencies = [
[[package]] [[package]]
name = "wickra-wasm" name = "wickra-wasm"
version = "0.1.3" version = "0.1.4"
dependencies = [ dependencies = [
"console_error_panic_hook", "console_error_panic_hook",
"js-sys", "js-sys",
+2 -2
View File
@@ -11,7 +11,7 @@ members = [
exclude = [] exclude = []
[workspace.package] [workspace.package]
version = "0.1.3" version = "0.1.4"
authors = ["Wickra Contributors"] authors = ["Wickra Contributors"]
edition = "2021" edition = "2021"
rust-version = "1.75" rust-version = "1.75"
@@ -23,7 +23,7 @@ keywords = ["finance", "trading", "indicators", "technical-analysis", "ta"]
categories = ["finance", "mathematics", "science"] categories = ["finance", "mathematics", "science"]
[workspace.dependencies] [workspace.dependencies]
wickra-core = { path = "crates/wickra-core", version = "0.1.3" } wickra-core = { path = "crates/wickra-core", version = "0.1.4" }
thiserror = "2" thiserror = "2"
rayon = "1.10" rayon = "1.10"
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "wickra-darwin-arm64", "name": "wickra-darwin-arm64",
"version": "0.1.3", "version": "0.1.4",
"description": "Native binding for wickra (macOS Apple Silicon). Installed automatically as an optional dependency of wickra on matching platforms.", "description": "Native binding for wickra (macOS Apple Silicon). Installed automatically as an optional dependency of wickra on matching platforms.",
"main": "wickra.darwin-arm64.node", "main": "wickra.darwin-arm64.node",
"files": [ "files": [
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "wickra-darwin-x64", "name": "wickra-darwin-x64",
"version": "0.1.3", "version": "0.1.4",
"description": "Native binding for wickra (macOS Intel). Installed automatically as an optional dependency of wickra on matching platforms.", "description": "Native binding for wickra (macOS Intel). Installed automatically as an optional dependency of wickra on matching platforms.",
"main": "wickra.darwin-x64.node", "main": "wickra.darwin-x64.node",
"files": [ "files": [
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "wickra-linux-x64-gnu", "name": "wickra-linux-x64-gnu",
"version": "0.1.3", "version": "0.1.4",
"description": "Native binding for wickra (linux x64 GNU). Installed automatically as an optional dependency of wickra on matching platforms.", "description": "Native binding for wickra (linux x64 GNU). Installed automatically as an optional dependency of wickra on matching platforms.",
"main": "wickra.linux-x64-gnu.node", "main": "wickra.linux-x64-gnu.node",
"files": [ "files": [
@@ -1,6 +1,6 @@
{ {
"name": "wickra-win32-x64-msvc", "name": "wickra-win32-x64-msvc",
"version": "0.1.3", "version": "0.1.4",
"description": "Native binding for wickra (Windows x64 MSVC). Installed automatically as an optional dependency of wickra on matching platforms.", "description": "Native binding for wickra (Windows x64 MSVC). Installed automatically as an optional dependency of wickra on matching platforms.",
"main": "wickra.win32-x64-msvc.node", "main": "wickra.win32-x64-msvc.node",
"files": [ "files": [
+5 -5
View File
@@ -1,6 +1,6 @@
{ {
"name": "wickra", "name": "wickra",
"version": "0.1.3", "version": "0.1.4",
"description": "Streaming-first technical indicators: incremental, fast, install-free. Node bindings powered by Rust.", "description": "Streaming-first technical indicators: incremental, fast, install-free. Node bindings powered by Rust.",
"author": "kingchenc <kingchencp@gmail.com>", "author": "kingchenc <kingchencp@gmail.com>",
"main": "index.js", "main": "index.js",
@@ -45,10 +45,10 @@
"node": ">= 16" "node": ">= 16"
}, },
"optionalDependencies": { "optionalDependencies": {
"wickra-linux-x64-gnu": "0.1.3", "wickra-linux-x64-gnu": "0.1.4",
"wickra-darwin-x64": "0.1.3", "wickra-darwin-x64": "0.1.4",
"wickra-darwin-arm64": "0.1.3", "wickra-darwin-arm64": "0.1.4",
"wickra-win32-x64-msvc": "0.1.3" "wickra-win32-x64-msvc": "0.1.4"
}, },
"scripts": { "scripts": {
"build": "napi build --platform --release", "build": "napi build --platform --release",
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "maturin"
[project] [project]
name = "wickra" name = "wickra"
version = "0.1.3" version = "0.1.4"
description = "Streaming-first technical indicators: incremental, fast, install-free." description = "Streaming-first technical indicators: incremental, fast, install-free."
readme = "README.md" readme = "README.md"
license = { text = "PolyForm-Noncommercial-1.0.0" } license = { text = "PolyForm-Noncommercial-1.0.0" }