File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111 standalone_branch_suffix :
1212 description : ' Suffix of the branch on standalone'
1313 required : false
14- default : ' .pre0 '
14+ default : ' '
1515
1616# ┌───────────── minute (0 - 59)
1717# │ ┌───────────── hour (0 - 23)
8888 # Upload the wheel artifact for only one of the OS as it is OS-agnostic
8989 wheel : ${{ (matrix.python-version == env.MAIN_PYTHON_VERSION) && (matrix.os == 'windows-latest') }}
9090 wheelhouse : true
91- standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '.pre0 ' }}
91+ standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '' }}
9292
9393 - name : " Prepare Testing Environment"
9494 uses :
ansys/pydpf-actions/[email protected] @@ -191,15 +191,15 @@ jobs:
191191 with :
192192 ANSYS_VERSION : ' 251'
193193 python_versions : ' ["3.10"]'
194- standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '.pre0 ' }}
194+ standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '' }}
195195 secrets : inherit
196196
197197 docs :
198198 uses : ./.github/workflows/docs.yml
199199 with :
200200 ANSYS_VERSION : ' 251'
201201 python_version : " 3.10"
202- standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '.pre0 ' }}
202+ standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '' }}
203203 event_name : ${{ github.event_name }}
204204 secrets : inherit
205205
You can’t perform that action at this time.
0 commit comments