This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit 7a56163 committed Feb 20, 2024 · 27 / 30
1 parent 564d792 commit 7a56163 Copy full SHA for 7a56163
File tree 1 file changed +1
-3
lines changed
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ jobs:
176
176
177
177
release :
178
178
name : " Release"
179
- # if: github.event_name == 'push' && contains(github.ref, 'refs/tags')
179
+ if : github.event_name == 'push' && contains(github.ref, 'refs/tags')
180
180
needs : [build-library]
181
181
runs-on : ubuntu-latest
182
182
steps :
@@ -186,13 +186,11 @@ jobs:
186
186
library-name : ${{ env.LIBRARY_NAME }}
187
187
twine-username : " __token__"
188
188
twine-token : ${{ secrets.PYPI_TOKEN }}
189
- dry-run : " true"
190
189
191
190
- uses : ansys/actions/release-github@v5
192
191
name : " Release to GitHub"
193
192
with :
194
193
library-name : ${{ env.LIBRARY_NAME }}
195
- dry-run : " true"
196
194
197
195
doc-deploy-stable :
198
196
name : " Deploy stable documentation"
You can’t perform that action at this time.
0 commit comments