Skip to content

Commit

Permalink
fixing install uv command
Browse files Browse the repository at this point in the history
  • Loading branch information
kmilo9999 authored Nov 14, 2024
1 parent ded9b28 commit 9b7d138
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
asset_content_type: application/zip

0 comments on commit 9b7d138

Please sign in to comment.