File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 94
94
95
95
- name : Update version and changelogs
96
96
id : semantic-release
97
- uses : python-semantic-release/python-semantic-release@v9.16.1
97
+ uses : python-semantic-release/python-semantic-release@v9.17.0
98
98
with :
99
99
build : false
100
100
changelog : true
@@ -120,7 +120,7 @@ jobs:
120
120
- name : Publish package distributions to GitHub Releases
121
121
if : steps.semantic-release.outputs.released == 'true'
122
122
id : publish-dist
123
- uses : python-semantic-release/publish-action@v9.16.1
123
+ uses : python-semantic-release/publish-action@v9.17.0
124
124
with :
125
125
github_token : ${{ steps.app-token.outputs.token }}
126
126
tag : ${{ steps.semantic-release.outputs.tag }}
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies = [
12
12
" mkdocstrings==0.27.0" ,
13
13
" mkdocstrings-python==1.13.0" ,
14
14
" charset-normalizer==3.4.1" ,
15
- " tree-sitter==0.23.2 " ,
15
+ " tree-sitter==0.24.0 " ,
16
16
" tree-sitter-matlab==1.0.3" ,
17
17
]
18
18
classifiers = [
You can’t perform that action at this time.
0 commit comments