Skip to content

Commit

Permalink
gha: install uv in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrifiro committed Jan 6, 2025
1 parent 6839027 commit a012fc3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,12 @@ jobs:
with:
python-version: "3.10"

- name: Upgrade pip and nox
- name: Install pip and nox
run: |
pip install --upgrade pip nox
pip install --upgrade pip nox uv
pip --version
nox --version
uv --version
- name: Build package
run: nox -s build-3.10
Expand Down

0 comments on commit a012fc3

Please sign in to comment.