Skip to content

Commit

Permalink
gguf.py : fix CI for publishing GGUF package (#3532)
Browse files Browse the repository at this point in the history
* Fix CI for publishing GGUF package

* Bump version

* fix

* bump version

* bump version

* bump version
  • Loading branch information
monatis authored Oct 7, 2023
1 parent c47066d commit 4d03833
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/gguf-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ 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:
password: ${{ secrets.PYPI_API_TOKEN }}
packages-dir: gguf-py/dist
1 change: 0 additions & 1 deletion gguf-py/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion gguf-py/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[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 = [
Expand Down

0 comments on commit 4d03833

Please sign in to comment.