Skip to content

Commit

Permalink
chore: use specific python version when building package using uv
Browse files Browse the repository at this point in the history
  • Loading branch information
tedil committed Jan 15, 2025
1 parent ae7525e commit 5bff040
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ jobs:

- name: Setup uv
if: ${{ steps.release.outputs.release_created }}
uses: astral-sh/setup-uv@v3
uses: astral-sh/setup-uv@v5
with:
version: "0.5.16"
version: "0.5.18"
enable-cache: true
python-version: 3.12

- name: Build package
if: ${{ steps.release.outputs.release_created }}
Expand Down

0 comments on commit 5bff040

Please sign in to comment.