We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0020b24 commit bd8f00bCopy full SHA for bd8f00b
.github/workflows/ci_release.yml
@@ -78,7 +78,7 @@ jobs:
78
with:
79
ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '251' }}
80
python_versions: '["3.9", "3.10", "3.11"]'
81
- wheel: ${{ matrix.python-version == '3.9' }}
+ wheel: true
82
wheelhouse: true
83
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }}
84
secrets: inherit
@@ -88,7 +88,7 @@ jobs:
88
89
90
91
92
wheelhouse: false
93
94
test_any: true
0 commit comments