mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-11-05 09:36:52 +00:00
fix
This commit is contained in:
1
.github/workflows/gguf-publish.yml
vendored
1
.github/workflows/gguf-publish.yml
vendored
@@ -38,6 +38,7 @@ jobs:
|
|||||||
- name: Build package
|
- name: Build package
|
||||||
run: cd gguf-py && poetry build
|
run: cd gguf-py && poetry build
|
||||||
- name: Publish package
|
- name: Publish package
|
||||||
|
run: cd gguf-py
|
||||||
uses: pypa/gh-action-pypi-publish@release/v1
|
uses: pypa/gh-action-pypi-publish@release/v1
|
||||||
with:
|
with:
|
||||||
password: ${{ secrets.PYPI_API_TOKEN }}
|
password: ${{ secrets.PYPI_API_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user