Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7a56163

Browse files
committedFeb 20, 2024·
Revert test
1 parent 564d792 commit 7a56163

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
 

‎.github/workflows/ci_cd.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176

177177
release:
178178
name: "Release"
179-
# if: github.event_name == 'push' && contains(github.ref, 'refs/tags')
179+
if: github.event_name == 'push' && contains(github.ref, 'refs/tags')
180180
needs: [build-library]
181181
runs-on: ubuntu-latest
182182
steps:
@@ -186,13 +186,11 @@ jobs:
186186
library-name: ${{ env.LIBRARY_NAME }}
187187
twine-username: "__token__"
188188
twine-token: ${{ secrets.PYPI_TOKEN }}
189-
dry-run: "true"
190189

191190
- uses: ansys/actions/release-github@v5
192191
name: "Release to GitHub"
193192
with:
194193
library-name: ${{ env.LIBRARY_NAME }}
195-
dry-run: "true"
196194

197195
doc-deploy-stable:
198196
name: "Deploy stable documentation"

0 commit comments

Comments
 (0)
Please sign in to comment.