File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 strategy :
1212 fail-fast : false
1313 matrix :
14- python-version : ['3.9 ', '3.10 ', '3.11 ']
14+ python-version : ['3.10 ', '3.11 ', '3.12 ']
1515 os : [ubuntu-latest]
1616
1717 steps :
@@ -78,15 +78,15 @@ jobs:
7878 - name : Setup Node.js
7979 uses : actions/setup-node@v2
8080 with :
81- node-version : ' 18 '
81+ node-version : ' 20 '
8282
8383 - name : Setup
8484 run : npm install -g semantic-release @semantic-release/github @semantic-release/changelog @semantic-release/commit-analyzer @semantic-release/git @semantic-release/release-notes-generator semantic-release-pypi
8585
8686 - name : Set up python
8787 uses : actions/setup-python@v2
8888 with :
89- python-version : ' 3.10 '
89+ python-version : ' 3.11 '
9090
9191 - name : Install setuptools
9292 run : python -m pip install --upgrade setuptools wheel twine
You can’t perform that action at this time.
0 commit comments