File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -134,14 +134,14 @@ jobs:
134134
135135 # Do a dry run of PSR
136136 - name : Test release
137- uses : python-semantic-release/python-semantic-release@v9.16.1
137+ uses : python-semantic-release/python-semantic-release@v9.17.0
138138 if : github.ref_name != 'master'
139139 with :
140140 root_options : --noop
141141
142142 # On main branch: actual PSR + upload to PyPI & GitHub
143143 - name : Release
144- uses : python-semantic-release/python-semantic-release@v9.16.1
144+ uses : python-semantic-release/python-semantic-release@v9.17.0
145145 id : release
146146 if : github.ref_name == 'master'
147147 with :
@@ -237,7 +237,7 @@ jobs:
237237 path : dist
238238 merge-multiple : true
239239
240- - uses : pypa/gh-action-pypi-publish@v1.12.3
240+ - uses : pypa/gh-action-pypi-publish@v1.12.4
241241 with :
242242 user : __token__
243243 password : ${{ secrets.PYPI_TOKEN }}
You can’t perform that action at this time.
0 commit comments