diff --git a/.github/workflows/ci_release.yml b/.github/workflows/ci_release.yml index 10d4e203543..a503e10ce6f 100644 --- a/.github/workflows/ci_release.yml +++ b/.github/workflows/ci_release.yml @@ -78,7 +78,7 @@ jobs: with: ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '251' }} python_versions: '["3.9", "3.10", "3.11"]' - wheel: ${{ matrix.python-version == '3.9' }} + wheel: true wheelhouse: true standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }} secrets: inherit @@ -88,7 +88,7 @@ jobs: with: ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '251' }} python_versions: '["3.9", "3.10", "3.11"]' - wheel: ${{ matrix.python-version == '3.9' }} + wheel: true wheelhouse: false standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }} test_any: true