Use pypi scoped token for slim
This commit is contained in:
parent
4d64389052
commit
addf3cab89
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-publish-slim.yml
vendored
2
.github/workflows/build-publish-slim.yml
vendored
|
|
@ -19,4 +19,4 @@ jobs:
|
|||
- name: Build haiku.rag-slim
|
||||
run: uv build --package haiku.rag-slim
|
||||
- name: Publish haiku.rag-slim
|
||||
run: uvx twine upload -u __token__ -p ${{ secrets.PYPI_API_TOKEN }} dist/* --non-interactive
|
||||
run: uvx twine upload -u __token__ -p ${{ secrets.PYPI_API_TOKEN_SLIM }} dist/* --non-interactive
|
||||
|
|
|
|||
Loading…
Reference in a new issue