Fix CI for publishing GGUF package

This commit is contained in:
M. Yusuf Sarıgöz 2023-10-07 20:48:00 +03:00
parent c47066d833
commit 68017ef43a

View File

@ -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: