File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 2929
3030env :
3131 DOCUMENTATION_CNAME : ' dpf.docs.pyansys.com'
32- MAIN_PYTHON_VERSION : ' 3.9'
3332
3433jobs :
3534 debug :
7978 with :
8079 ANSYS_VERSION : ${{ github.event.inputs.ansys_version || '251' }}
8180 python_versions : ' ["3.9", "3.10", "3.11"]'
82- wheel : ${{ matrix.python-version == env.MAIN_PYTHON_VERSION }}
81+ wheel : ${{ matrix.python-version == '3.9' }}
8382 wheelhouse : true
8483 standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }}
8584 secrets : inherit
8988 with :
9089 ANSYS_VERSION : ${{ github.event.inputs.ansys_version || '251' }}
9190 python_versions : ' ["3.9", "3.10", "3.11"]'
92- wheel : ${{ matrix.python-version == env.MAIN_PYTHON_VERSION }}
91+ wheel : ${{ matrix.python-version == '3.9' }}
9392 wheelhouse : false
9493 standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }}
9594 test_any : true
You can’t perform that action at this time.
0 commit comments