File tree 1 file changed +5
-7
lines changed
1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name: Release
4
4
" on " :
5
5
push :
6
6
tags :
7
- - " v [0-9]+.[0-9]+.[0-9]+"
7
+ - " [0-9]+.[0-9]+.[0-9]+"
8
8
9
9
jobs :
10
10
release :
@@ -25,15 +25,15 @@ jobs:
25
25
with :
26
26
python-version : " 3.13"
27
27
28
- - name : Install dependencies
29
- run : |
30
- uv sync --all-extras --frozen
31
-
32
28
- name : Install UV
33
29
uses : astral-sh/setup-uv@v5
34
30
with :
35
31
version : " >=0.5.24"
36
32
33
+ - name : Install dependencies
34
+ run : |
35
+ uv sync --all-extras --frozen
36
+
37
37
- name : Check if there is a parent commit
38
38
id : check-parent-commit
39
39
run : |
44
44
uv build
45
45
46
46
- name : Publish package on PyPI
47
- if : steps.check-version.outputs.tag
48
47
uses : pypa/gh-action-pypi-publish@release/v1
49
48
with :
50
- user : __token__
51
49
password : ${{ secrets.PYPI_API_TOKEN }}
52
50
53
51
- name : Publish the release notes
You can’t perform that action at this time.
0 commit comments