Skip to content

Commit

Permalink
Setup uv in release action
Browse files Browse the repository at this point in the history
  • Loading branch information
Emrys-Merlin committed Nov 1, 2024
1 parent d9bcb0a commit 0927285
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
echo "::set-output name=version::$(grep -oP '__version__ = "\K[^"]+' src/web_watchr/__init__.py)"
shell: bash

- name: Install uv
uses: astral-sh/setup-uv@v3

- name: Build and publish
run: |
make setup-ci
Expand Down

0 comments on commit 0927285

Please sign in to comment.