gguf.py : fix CI for publishing GGUF package (#3532)
* Fix CI for publishing GGUF package * Bump version * fix * bump version * bump version * bump version
This commit is contained in:
parent
c47066d833
commit
4d03833211
3 changed files with 3 additions and 3 deletions
3
.github/workflows/gguf-publish.yml
vendored
3
.github/workflows/gguf-publish.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue