1515      standalone_branch_suffix :
1616        description : ' Suffix of the branch on standalone' 
1717        required : false 
18-         default : ' .pre0 ' 
18+         default : ' .pre1 ' 
1919
2020# ┌───────────── minute (0 - 59)
2121# │ ┌───────────── hour (0 - 23)
9090      python_versions : ' ["3.9", "3.10", "3.11"]' 
9191      wheel : true 
9292      wheelhouse : true 
93-       standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '.pre0 ' }} 
93+       standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '.pre1 ' }} 
9494    secrets : inherit 
9595
9696  tests_any :
@@ -100,15 +100,15 @@ jobs:
100100      python_versions : ' ["3.9", "3.10", "3.11"]' 
101101      wheel : true 
102102      wheelhouse : false 
103-       standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '.pre0 ' }} 
103+       standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '.pre1 ' }} 
104104      test_any : true 
105105    secrets : inherit 
106106
107107  docs :
108108    uses : ./.github/workflows/docs.yml 
109109    with :
110110      ANSYS_VERSION : ${{ github.event.inputs.ansys_version || '242' }} 
111-       standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '.pre0 ' }} 
111+       standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '.pre1 ' }} 
112112      event_name : ${{ github.event_name }} 
113113    secrets : inherit 
114114
@@ -117,7 +117,7 @@ jobs:
117117    with :
118118      ANSYS_VERSION : ${{ github.event.inputs.ansys_version || '242' }} 
119119      python_versions : ' ["3.9", "3.10", "3.11"]' 
120-       standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '.pre0 ' }} 
120+       standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '.pre1 ' }} 
121121    secrets : inherit 
122122
123123  retro_241 :
@@ -162,7 +162,7 @@ jobs:
162162    uses : ./.github/workflows/pydpf-post.yml 
163163    with :
164164      ANSYS_VERSION : ${{ github.event.inputs.ansys_version || '242' }} 
165-       standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '.pre0 ' }} 
165+       standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '.pre1 ' }} 
166166      test_docstrings : " true" 
167167    secrets : inherit 
168168
@@ -199,7 +199,7 @@ jobs:
199199    uses : ./.github/workflows/test_docker.yml 
200200    with :
201201      ANSYS_VERSION : ${{ github.event.inputs.ansys_version || '242' }} 
202-       standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '.pre0 ' }} 
202+       standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '.pre1 ' }} 
203203    secrets : inherit 
204204
205205  docker_examples :
@@ -208,7 +208,7 @@ jobs:
208208    with :
209209      ANSYS_VERSION : ${{ github.event.inputs.ansys_version || '242' }} 
210210      python_versions : ' ["3.9", "3.10", "3.11"]' 
211-       standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '.pre0 ' }} 
211+       standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '.pre1 ' }} 
212212    secrets : inherit 
213213
214214  draft_release :
0 commit comments