This commit is contained in:
M. Yusuf Sarıgöz 2023-10-07 21:12:28 +03:00
parent 9ccbb2770b
commit 0e1010b67d

View file

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