From c0f8452310dd8ce52cbab1dc0e05732a4798e03d Mon Sep 17 00:00:00 2001 From: Yuan Tang Date: Thu, 12 Dec 2024 20:17:49 -0500 Subject: [PATCH] Add PyPI URL Signed-off-by: Yuan Tang --- .github/workflows/release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 35a250433..1ae56445d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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