File tree Expand file tree Collapse file tree 2 files changed +5
-10
lines changed Expand file tree Collapse file tree 2 files changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -25,14 +25,11 @@ jobs:
2525 with :
2626 node-version : ' 20'
2727
28- - uses : actions/setup-python@v5
28+ - name : Set up Python
29+ uses : actions/setup-python@v5
2930 with :
3031 python-version : ' 3.10'
3132
32- - name : Install Python setup tools
33- run : |
34- pip install setuptools
35-
3633 - name : Install dependencies
3734 run : npm install
3835
Original file line number Diff line number Diff line change 66 - ' v*'
77
88jobs :
9- build :
9+ release :
1010 strategy :
1111 fail-fast : false
1212 matrix :
@@ -22,12 +22,10 @@ jobs:
2222 with :
2323 node-version : ' 20'
2424
25- - uses : actions/setup-python@v5
25+ - name : Set up Python
26+ uses : actions/setup-python@v5
2627 with :
2728 python-version : ' 3.10'
28- - name : Install Python setup tools
29- run : |
30- pip install setuptools
3129
3230 - name : Install dependencies
3331 run : npm install
You can’t perform that action at this time.
0 commit comments