Merge branch 'master' into concedo_experimental

This commit is contained in:
Concedo 2023-10-08 10:43:34 +08:00
commit f797cba377
4 changed files with 5 additions and 5 deletions

View file

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