Skip to content

Commit

Permalink
`src/ansys/templates/python/common/{{cookiecutter.__project_name_slug…
Browse files Browse the repository at this point in the history
…}}/.github/workflows/ci_cd.yml`: `release-github`: `needs: [doc-build, build-wheelhouse, release-pypi-private]`
  • Loading branch information
anscfrisson committed Jun 20, 2024
1 parent 996f31c commit fed8ef7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ jobs:
release-github:
name: "Release to GitHub"
runs-on: ubuntu-latest
needs: [doc-build, release-pypi-private]
needs: [doc-build, build-wheelhouse, release-pypi-private]
steps:
- name: "Release to GitHub"
if: github.event_name == 'push' && contains(github.ref, 'refs/tags')
Expand Down

0 comments on commit fed8ef7

Please sign in to comment.