Compare commits

...
Sign in to create a new pull request.

6 commits

Author SHA1 Message Date
M. Yusuf Sarıgöz
ba44776dc2 bump version 2023-10-07 21:47:48 +03:00
M. Yusuf Sarıgöz
5ad84f0ba4 bump version 2023-10-07 21:43:59 +03:00
M. Yusuf Sarıgöz
6dd3e8ea6a bump version 2023-10-07 21:29:29 +03:00
M. Yusuf Sarıgöz
0e1010b67d fix 2023-10-07 21:12:28 +03:00
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 3 additions and 3 deletions

View file

@ -36,8 +36,9 @@ jobs:
poetry install poetry install
- name: Build package - name: Build package
run: poetry build run: cd gguf-py && poetry build
- name: Publish package - name: Publish package
uses: pypa/gh-action-pypi-publish@release/v1 uses: pypa/gh-action-pypi-publish@release/v1
with: with:
password: ${{ secrets.PYPI_API_TOKEN }} password: ${{ secrets.PYPI_API_TOKEN }}
packages-dir: gguf-py/dist

View file

@ -69,4 +69,3 @@ python -m twine upload dist/*
## TODO ## TODO
- [ ] Add tests - [ ] Add tests
- [ ] Include conversion scripts as command line entry points in this package. - [ ] Include conversion scripts as command line entry points in this package.
- Add CI workflow for releasing the package.

View file

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "gguf" name = "gguf"
version = "0.4.0" version = "0.4.4"
description = "Write ML models in GGUF for GGML" description = "Write ML models in GGUF for GGML"
authors = ["GGML <ggml@ggml.ai>"] authors = ["GGML <ggml@ggml.ai>"]
packages = [ packages = [