mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-03 01:03:59 +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:
|
pypi:
|
||||||
name: Publish to PyPI
|
name: Publish to PyPI
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
environment: release
|
environment:
|
||||||
|
name: pypi
|
||||||
|
url: https://pypi.org/p/llama-stack
|
||||||
|
|
||||||
needs:
|
needs:
|
||||||
- build
|
- build
|
||||||
|
@ -51,7 +53,6 @@ jobs:
|
||||||
path: dist/
|
path: dist/
|
||||||
|
|
||||||
- name: publish
|
- name: publish
|
||||||
if: github.event_name == 'push'
|
|
||||||
uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
|
uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
|
||||||
with:
|
with:
|
||||||
attestations: true
|
attestations: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue