* Fix CI for publishing GGUF package
* Bump version
* fix
* bump version
* bump version
* bump version
poetry install
- name: Build package
- run: poetry build
+ run: cd gguf-py && poetry build
- name: Publish package
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}
+ packages-dir: gguf-py/dist
## TODO
- [ ] Add tests
- [ ] Include conversion scripts as command line entry points in this package.
-- Add CI workflow for releasing the package.
[tool.poetry]
name = "gguf"
-version = "0.4.0"
+version = "0.4.4"
description = "Write ML models in GGUF for GGML"
authors = ["GGML <ggml@ggml.ai>"]
packages = [