fix release (#2759)

This commit is contained in:
Awni Hannun
2025-11-13 15:34:01 -08:00
committed by GitHub
parent b704e9e77a
commit b65f882df3
7 changed files with 72 additions and 45 deletions

View File

@@ -7,6 +7,12 @@ runs:
- name: Setup machine
uses: ./.github/actions/setup-macos
- name: Setup uv
uses: astral-sh/setup-uv@v6
with:
python-version: "3.10"
activate-environment: true
- name: Install dependencies
shell: sh
run: |
@@ -35,4 +41,4 @@ runs:
name: github-pages
path: artifact.tar
retention-days: 1
if-no-files-found: error
if-no-files-found: error