We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d00730 commit 9dbdf2eCopy full SHA for 9dbdf2e
.github/workflows/release.yml
@@ -4,7 +4,7 @@ name: Release
4
"on":
5
push:
6
tags:
7
- - "v[0-9]+.[0-9]+.[0-9]+"
+ - "[0-9]+.[0-9]+.[0-9]+"
8
9
jobs:
10
release:
@@ -25,15 +25,15 @@ jobs:
25
with:
26
python-version: "3.13"
27
28
- - name: Install dependencies
29
- run: |
30
- uv sync --all-extras --frozen
31
-
32
- name: Install UV
33
uses: astral-sh/setup-uv@v5
34
35
version: ">=0.5.24"
36
+ - name: Install dependencies
+ run: |
+ uv sync --all-extras --frozen
+
37
- name: Check if there is a parent commit
38
id: check-parent-commit
39
run: |
0 commit comments