Fix CI for publishing GGUF package
This commit is contained in:
parent
c47066d833
commit
68017ef43a
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue