Commit 9a442f4 1 parent 955f5e9 commit 9a442f4 Copy full SHA for 9a442f4
File tree 2 files changed +5
-10
lines changed
2 files changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -25,14 +25,11 @@ jobs:
25
25
with :
26
26
node-version : ' 20'
27
27
28
- - uses : actions/setup-python@v5
28
+ - name : Set up Python
29
+ uses : actions/setup-python@v5
29
30
with :
30
31
python-version : ' 3.10'
31
32
32
- - name : Install Python setup tools
33
- run : |
34
- pip install setuptools
35
-
36
33
- name : Install dependencies
37
34
run : npm install
38
35
Original file line number Diff line number Diff line change 6
6
- ' v*'
7
7
8
8
jobs :
9
- build :
9
+ release :
10
10
strategy :
11
11
fail-fast : false
12
12
matrix :
@@ -22,12 +22,10 @@ jobs:
22
22
with :
23
23
node-version : ' 20'
24
24
25
- - uses : actions/setup-python@v5
25
+ - name : Set up Python
26
+ uses : actions/setup-python@v5
26
27
with :
27
28
python-version : ' 3.10'
28
- - name : Install Python setup tools
29
- run : |
30
- pip install setuptools
31
29
32
30
- name : Install dependencies
33
31
run : npm install
You can’t perform that action at this time.
0 commit comments