From 9b7d1387c67c671351d92991e7dbea3c3dc34f12 Mon Sep 17 00:00:00 2001 From: Camilo Diaz Date: Thu, 14 Nov 2024 13:09:18 -0500 Subject: [PATCH] fixing install uv command --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f6e8141..92fe94c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -21,7 +21,7 @@ jobs: - name: Install `uv` run: | python -m pip install --upgrade pip - pip install astral-sh[uv] # Install `uv` for building + pip install uv # Install `uv` for building - name: Build the package with `uv` run: uv build @@ -43,4 +43,4 @@ jobs: name: jawroski-napari-plugin-dist.zip release_id: ${{ steps.create_release.outputs.id }} asset_path: dist/* - asset_content_type: application/zip \ No newline at end of file + asset_content_type: application/zip