mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-02 08:44:44 +00:00
Add PyPI URL
Signed-off-by: Yuan Tang <terrytangyuan@gmail.com>
This commit is contained in:
parent
c24456a41a
commit
c0f8452310
1 changed files with 3 additions and 2 deletions
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue