We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbdc622 commit 7dc8729Copy full SHA for 7dc8729
.github/workflows/ci_release.yml
@@ -98,7 +98,7 @@ jobs:
98
with:
99
ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '251' }}
100
python_versions: '["3.9"]'
101
- wheel: false
+ wheel: true
102
wheelhouse: false
103
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }}
104
test_any: true
@@ -109,7 +109,7 @@ jobs:
109
110
111
python_versions: '["3.10", "3.11"]'
112
- wheel: true
+ wheel: false
113
114
115
0 commit comments