Skip to content

Commit 18389a4

Browse files
committed
fix release build - this is temp
1 parent d39c21c commit 18389a4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: .github/workflows/release.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,18 @@ jobs:
4242
- uses: actions/checkout@v4
4343
- name: Set up Python
4444
uses: actions/setup-python@v5
45+
id: sp
4546
with:
46-
python-version: ">=3.11" # for tomlib
47+
python-version: "3.12" # for tomlib
4748
- name: Install uv
4849
uses: astral-sh/setup-uv@v5
4950
with:
5051
enable-cache: true
5152
- name: Setup Just
5253
uses: extractions/setup-just@v3
54+
- name: Install Dependencies
55+
run: |
56+
just setup ${{ steps.sp.outputs.python-path }}
5357
- name: Verify Tag
5458
run: |
5559
TAG_NAME=${GITHUB_REF#refs/tags/}

0 commit comments

Comments
 (0)