Compare commits

...
2 Commits
Author SHA1 Message Date
M. Yusuf Sarıgöz 9ccbb2770b Bump version 2023-10-07 20:51:47 +03:00
M. Yusuf Sarıgöz 68017ef43a Fix CI for publishing GGUF package 2023-10-07 20:48:00 +03:00
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ jobs:
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:
-1
View File
@@ -69,4 +69,3 @@ python -m twine upload dist/*
## TODO
- [ ] Add tests
- [ ] Include conversion scripts as command line entry points in this package.
- Add CI workflow for releasing the package.
+1 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gguf"
version = "0.4.0"
version = "0.4.1"
description = "Write ML models in GGUF for GGML"
authors = ["GGML <[email protected]>"]
packages = [