Add PyPI URL

Signed-off-by: Yuan Tang <terrytangyuan@gmail.com>
This commit is contained in:
Yuan Tang 2024-12-12 20:17:49 -05:00
parent c24456a41a
commit c0f8452310
No known key found for this signature in database

View file

@ -34,7 +34,9 @@ jobs:
pypi:
name: Publish to PyPI
runs-on: ubuntu-latest
environment: release
environment:
name: pypi
url: https://pypi.org/p/llama-stack
needs:
- build
@ -51,7 +53,6 @@ jobs:
path: dist/
- name: publish
if: github.event_name == 'push'
uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
with:
attestations: true