Commit 564d792 1 parent aaac3af commit 564d792 Copy full SHA for 564d792
File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -175,7 +175,8 @@ jobs:
175
175
python-version : ${{ env.MAIN_PYTHON_VERSION }}
176
176
177
177
release :
178
- if : github.event_name == 'push' && contains(github.ref, 'refs/tags')
178
+ name : " Release"
179
+ # if: github.event_name == 'push' && contains(github.ref, 'refs/tags')
179
180
needs : [build-library]
180
181
runs-on : ubuntu-latest
181
182
steps :
@@ -185,11 +186,13 @@ jobs:
185
186
library-name : ${{ env.LIBRARY_NAME }}
186
187
twine-username : " __token__"
187
188
twine-token : ${{ secrets.PYPI_TOKEN }}
189
+ dry-run : " true"
188
190
189
191
- uses : ansys/actions/release-github@v5
190
192
name : " Release to GitHub"
191
193
with :
192
194
library-name : ${{ env.LIBRARY_NAME }}
195
+ dry-run : " true"
193
196
194
197
doc-deploy-stable :
195
198
name : " Deploy stable documentation"
You can’t perform that action at this time.
0 commit comments