Skip to content

Commit 564d792

Browse files
committed
Test release to github
1 parent aaac3af commit 564d792

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci_cd.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,8 @@ jobs:
175175
python-version: ${{ env.MAIN_PYTHON_VERSION }}
176176

177177
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')
179180
needs: [build-library]
180181
runs-on: ubuntu-latest
181182
steps:
@@ -185,11 +186,13 @@ jobs:
185186
library-name: ${{ env.LIBRARY_NAME }}
186187
twine-username: "__token__"
187188
twine-token: ${{ secrets.PYPI_TOKEN }}
189+
dry-run: "true"
188190

189191
- uses: ansys/actions/release-github@v5
190192
name: "Release to GitHub"
191193
with:
192194
library-name: ${{ env.LIBRARY_NAME }}
195+
dry-run: "true"
193196

194197
doc-deploy-stable:
195198
name: "Deploy stable documentation"

0 commit comments

Comments
 (0)