mirror of
https://github.com/ollama/ollama-python.git
synced 2026-02-04 02:54:08 -06:00
Merge pull request #7 from jmorganca/mxyng/fix-publish
fix gh release upload
This commit is contained in:
commit
e0ee198195
2
.github/workflows/publish.yaml
vendored
2
.github/workflows/publish.yaml
vendored
@ -22,6 +22,6 @@ jobs:
|
||||
poetry version ${GITHUB_REF_NAME#v}
|
||||
poetry build
|
||||
- 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:
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user