8000 gguf.py : fix CI for publishing GGUF package (#3532) · CodeLinaro/llama.cpp@4d03833 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4d03833

Browse files
authored
gguf.py : fix CI for publishing GGUF package (ggml-org#3532)
* Fix CI for publishing GGUF package * Bump version * fix * bump version * bump version * bump version
1 parent c47066d commit 4d03833

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/gguf-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@ jobs:
3636
poetry install
3737
3838
- name: Build package
39-
run: poetry build
39+
run: cd gguf-py && poetry build
4040
- name: Publish package
4141
uses: pypa/gh-action-pypi-publish@release/v1
4242
with:
4343
password: ${{ secrets.PYPI_API_TOKEN }}
44+
packages-dir: gguf-py/dist

gguf-py/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,3 @@ python -m twine upload dist/*
6969
## TODO
7070
- [ ] Add tests
7171
- [ ] Include conversion scripts as command line entry points in this package.
72-
- Add CI workflow for releasing the package.

gguf-py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "gguf"
3-
version = "0.4.0"
3+
version = "0.4.4"
44
description = "Write ML models in GGUF for GGML"
55
authors = ["GGML <ggml@ggml.ai>"]
66
packages = [

0 commit comments

Comments
 (0)
0