mirror of
https://github.com/ollama/ollama-python.git
synced 2026-09-14 15:09:54 +00:00
fix gh release upload
This commit is contained in:
@@ -22,6 +22,6 @@ jobs:
|
|||||||
poetry version ${GITHUB_REF_NAME#v}
|
poetry version ${GITHUB_REF_NAME#v}
|
||||||
poetry build
|
poetry build
|
||||||
- uses: pypa/gh-action-pypi-publish@release/v1
|
- uses: pypa/gh-action-pypi-publish@release/v1
|
||||||
- run: gh release upload $GIT_REF_NAME dist/*
|
- run: gh release upload $GITHUB_REF_NAME dist/*
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ github.token }}
|
GH_TOKEN: ${{ github.token }}
|
||||||
|
|||||||
Reference in New Issue
Block a user