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 43d01bd commit 0cfac87Copy full SHA for 0cfac87
.github/workflows/ci_release.yml
@@ -88,6 +88,7 @@ jobs:
88
with:
89
ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '251' }}
90
python_versions: '["3.10", "3.11"]'
91
+ DOCSTRING: false
92
wheel: false
93
wheelhouse: true
94
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }}
@@ -109,6 +110,7 @@ jobs:
109
110
111
112
113
114
115
wheelhouse: false
116
0 commit comments