File tree 1 file changed +7
-12
lines changed
1 file changed +7
-12
lines changed Original file line number Diff line number Diff line change 4
4
branches :
5
5
- main
6
6
- pre/*
7
- pull_request :
8
- types : [closed]
9
-
10
- permissions :
11
- contents : write # for checkout
12
7
13
8
jobs :
14
9
build :
22
17
- name : Install Python Env and Poetry
23
18
uses : actions/setup-python@v5
24
19
with :
25
- python-version : ' 3.9.19 '
20
+ python-version : ' 3.9'
26
21
- run : pip install poetry
27
22
- name : Install Node Env
28
23
uses : actions/setup-node@v4
@@ -72,13 +67,13 @@ jobs:
72
67
with :
73
68
semantic_version : 23
74
69
extra_plugins : |
75
- semantic-release-pypi
70
+ semantic-release-pypi@3
76
71
@semantic-release/git
77
- @semantic-release/commit-analyzer
78
- @semantic-release/release-notes-generator
79
- @semantic-release/github
80
- @semantic-release/changelog
81
- conventional-changelog-conventionalcommits
72
+ @semantic-release/commit-analyzer@12
73
+ @semantic-release/release-notes-generator@13
74
+ @semantic-release/github@10
75
+ @semantic-release/changelog@6
76
+ conventional-changelog-conventionalcommits@7
82
77
env :
83
78
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
84
79
PYPI_TOKEN : ${{ secrets.PYPI_TOKEN }}
You can’t perform that action at this time.
0 commit comments