We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcd932a commit 7613acaCopy full SHA for 7613aca
2 files changed
CHANGELOG.md
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+- ci: Publish release wheels as `py3-none` by @Bing-su in #2166
11
- fix(ci): Publish distinct manylinux and musllinux CPU wheels by @abetlen in #2165
12
13
## [0.3.19]
pyproject.toml
@@ -63,6 +63,7 @@ all = [
63
64
[tool.scikit-build]
65
wheel.packages = ["llama_cpp"]
66
+wheel.py-api = "py3"
67
cmake.verbose = true
68
cmake.minimum-version = "3.21"
69
minimum-version = "0.5.1"
0 commit comments