diff --git a/.github/workflows/build-and-release.yaml b/.github/workflows/build-and-release.yaml index 2c0ca4a2ab..0e2deafee6 100644 --- a/.github/workflows/build-and-release.yaml +++ b/.github/workflows/build-and-release.yaml @@ -9,6 +9,8 @@ jobs: build_wheels: name: Build wheels on ${{ matrix.os }} runs-on: ${{ matrix.os }} + env: + CIBW_BUILD: cp310-* strategy: matrix: os: [ubuntu-latest, windows-latest, macOS-latest] @@ -68,4 +70,4 @@ jobs: with: files: dist/* env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.gitignore b/.gitignore index fd64c09b37..d95bac714b 100644 --- a/.gitignore +++ b/.gitignore @@ -25,7 +25,6 @@ lib64/ parts/ sdist/ var/ -wheels/ share/python-wheels/ *.egg-info/ .installed.cfg diff --git a/wheels/llama_cpp_python-0.1.26-cp310-cp310-win_amd64.whl b/wheels/llama_cpp_python-0.1.26-cp310-cp310-win_amd64.whl new file mode 100644 index 0000000000..d25283e120 Binary files /dev/null and b/wheels/llama_cpp_python-0.1.26-cp310-cp310-win_amd64.whl differ