Commit Graph

79 Commits

Author SHA1 Message Date
Nyakku Shigure e8a72e1a23
⚰️ refactor!: drop python3.9 support (#488) 2025-04-05 02:07:37 +08:00
renovate[bot] 5536383cec
⬆️ deps: Update pnpm/action-setup action to v4 (#481)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: SigureMo <sigure.qaq@gmail.com>
2025-03-31 04:36:06 +00:00
SigureMo a12af49dfa
🏗️ ci: update conditional syntax in workflows for better readability 2025-03-27 01:17:23 +08:00
Nyakku Shigure bf558fc6b2
👷 ci: test free threading on CI (#394) 2025-03-26 00:26:07 +08:00
Nathan Goldbaum b4445ced1c
👷 ci: replace quansight-labs/setup-python with actions/setup-python (#476) 2025-03-25 15:34:38 +00:00
renovate[bot] cdcc8fe167
⬆️ deps: Update extractions/setup-just action to v3 (#472)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-17 14:27:16 +00:00
Nyakku Shigure c698ce5898
🔧 chore(biliass): use rust 2024 edition (#450) 2025-03-01 18:03:07 +08:00
renovate[bot] 8b2cddf671
⬆️ deps: Update peaceiris/actions-gh-pages action to v4 (#440)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-07 11:59:43 +00:00
renovate[bot] d5855aa628
⬆️ deps: Update actions/setup-node action to v4 (#439)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-07 11:58:28 +00:00
renovate[bot] 5f791ff528
⬆️ deps: Update actions/checkout action to v4 (#438)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-07 11:55:12 +00:00
Nyakku Shigure c84d44fcf9
📝 docs: move readme contents to static document (#86) 2025-02-05 00:34:13 +08:00
Nyakku Shigure 31f04628c5
📝 docs: prepare for 2.0 release (#433) 2025-02-01 02:08:08 +08:00
Nyakku Shigure 25c6b070c1
👷 ci(biliass): build all biliass distribution only when modify it source (#427) 2025-01-25 02:07:50 +08:00
SigureMo 1d413e728b
👷 ci: use `uv publish` 2025-01-19 16:07:32 +08:00
renovate[bot] 299bb8b26e
⬆️ deps: Update astral-sh/setup-uv action to v5 (#410)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-21 06:52:17 +00:00
SigureMo a47836c9e3
💚 ci: add missing deps of `windows-free-threaded` 2024-12-15 20:59:56 +08:00
Nyakku Shigure 3afb9434cb
👷 ci(biliass): build free threading version for biliass (#406) 2024-12-15 20:48:37 +08:00
SigureMo e486625ac4
👷 ci(biliass): switch macos x86 build to macos-13 2024-12-06 10:53:43 +08:00
renovate[bot] c78e3d6756
⬆️ deps: Update astral-sh/setup-uv action to v4 (#390)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-23 17:46:25 +00:00
renovate[bot] 64c080569d
⬆️ deps: unpin ubuntu version (reverts #364) (#367)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: SigureMo <sigure.qaq@gmail.com>
2024-10-20 13:20:24 +00:00
Nyakku Shigure 3d03b343bf
👷 ci: add latest release test for biliass (#366) 2024-10-14 01:27:39 +08:00
renovate[bot] baa83407ff
⬆️ deps: Update Rust crate pyo3 to v0.22.4 (#365)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: SigureMo <sigure.qaq@gmail.com>
2024-10-12 14:31:55 +00:00
Nyakku Shigure fefef571ae
💚 ci: pin ubuntu to 22.04 (#364) 2024-10-12 21:27:44 +08:00
Nyakku Shigure b3dbb10661
👷 ci: remove `-dev` specifier for python 3.13 (#357) 2024-10-09 02:34:12 +08:00
Nyakku Shigure 71f62f58e5
test(biliass): integrate codspeed benchmark test (#347) 2024-10-04 01:08:14 +08:00
SigureMo dae1608e35
💚 ci: skip `ci-install` and biliass build step in release workflow 2024-09-28 11:56:23 +08:00
Nyakku Shigure bce4d0b308
🐛 fix: remove `Cargo.toml` to avoid PEP 517 build error (#338) 2024-09-24 03:49:09 +08:00
SigureMo 0d927bbc47
💚 ci: fix biliass release workflow 2024-09-23 03:16:47 +08:00
renovate[bot] 34df3bfd4a
⬆️ deps: Update astral-sh/setup-uv action to v3 (#322)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-21 17:39:26 +00:00
Nyakku Shigure 068a133797
test: add corpus tests for biliass (#307) 2024-09-17 17:44:36 +08:00
Nyakku Shigure 00580e1784
♻️ refactor: first step of rustify `biliass` (replace `protobuf` dep with rust binding) (#306) 2024-09-17 04:18:20 +08:00
SigureMo 51f5b61ff1
👷 ci: update release trigger event 2024-09-15 04:37:28 +08:00
Nyakku Shigure 9ad6245cb6
👷 ci: add release workflow for biliass (#304) 2024-09-15 04:34:00 +08:00
renovate[bot] 3e06b9ee34
⬆️ deps: Update astral-sh/setup-uv action to v2 (#299)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-05 17:33:13 +00:00
SigureMo 900e938f09
👷 chore: use official `setup-uv` action 2024-09-06 01:20:10 +08:00
Nyakku Shigure 25c3167af4
♻️ refactor: move to `uv` (#298) 2024-08-23 22:27:18 +08:00
Nyakku Shigure a282d838e1
👷 ci: add Python 3.13 to ci (#267) 2024-05-19 00:26:46 +08:00
renovate[bot] 99c169d04a
⬆️ deps: Update softprops/action-gh-release action to v2 (#252)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-12 04:07:15 +00:00
renovate[bot] c18c51447c
⬆️ deps: update extractions/setup-just action to v2 (#250)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-04 06:41:44 +00:00
renovate[bot] 7cde1a2f24
⬆️ deps: Update actions/upload-artifact action to v4 (#203)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-18 15:22:34 +00:00
renovate[bot] 1aa0b77f07
⬆️ deps: Update actions/download-artifact action to v4 (#202)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-18 15:22:15 +00:00
renovate[bot] b676fb8e89
⬆️ deps: Update actions/setup-python action to v5 (#199)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Nyakku Shigure <sigure.qaq@gmail.com>
2023-12-11 17:04:50 +00:00
Nyakku Shigure 580a7c92ac
👷 ci: add python 3.12 support (#148) 2023-10-08 10:21:37 +08:00
Nyakku Shigure 3620327166
👷 ci: add release workflow (#187) 2023-10-04 00:31:15 +08:00
renovate[bot] 6541e357ff
⬆️ deps: Update actions/checkout action to v4 (#174)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-11 01:43:41 +00:00
SigureMo 974e2edf4c
👷 ci: enable merge group 2023-09-05 09:50:38 +08:00
SigureMo b3844ba08b
💚 ci: update workflow names 2023-07-04 15:31:57 +08:00
Nyakku Shigure 9036912881
👷 ci: use setup-python cache feature (#142) 2023-06-04 13:11:19 +08:00
SigureMo 791808fdc8
💚 ci: fix ci cache 2022-12-20 21:34:58 +08:00
SigureMo b5420bed0c
👷 ci: switch to python 3.11 stable version 2022-10-29 04:38:18 +08:00