1515 standalone_branch_suffix :
1616 description : ' Suffix of the branch on standalone'
1717 required : false
18- default : ' .pre0 '
18+ default : ' '
1919
2020# ┌───────────── minute (0 - 59)
2121# │ ┌───────────── hour (0 - 23)
8080 python_versions : ' ["3.9"]'
8181 wheel : true
8282 wheelhouse : true
83- standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '.pre0 ' }}
83+ standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '' }}
8484 secrets : inherit
8585
8686 tests :
9191 DOCSTRING : false
9292 wheel : false
9393 wheelhouse : true
94- standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '.pre0 ' }}
94+ standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '' }}
9595 secrets : inherit
9696
9797 tests_any_3_9 :
@@ -101,7 +101,7 @@ jobs:
101101 python_versions : ' ["3.9"]'
102102 wheel : true
103103 wheelhouse : false
104- standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '.pre0 ' }}
104+ standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '' }}
105105 test_any : true
106106 secrets : inherit
107107
@@ -113,15 +113,15 @@ jobs:
113113 DOCSTRING : false
114114 wheel : false
115115 wheelhouse : false
116- standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '.pre0 ' }}
116+ standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '' }}
117117 test_any : true
118118 secrets : inherit
119119
120120 docs :
121121 uses : ./.github/workflows/docs.yml
122122 with :
123123 ANSYS_VERSION : ${{ github.event.inputs.ansys_version || '251' }}
124- standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '.pre0 ' }}
124+ standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '' }}
125125 event_name : ${{ github.event_name }}
126126 secrets : inherit
127127
@@ -130,7 +130,7 @@ jobs:
130130 with :
131131 ANSYS_VERSION : ${{ github.event.inputs.ansys_version || '251' }}
132132 python_versions : ' ["3.9", "3.10", "3.11"]'
133- standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '.pre0 ' }}
133+ standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '' }}
134134 secrets : inherit
135135
136136 retro_242 :
@@ -184,7 +184,7 @@ jobs:
184184 uses : ./.github/workflows/pydpf-post.yml
185185 with :
186186 ANSYS_VERSION : ${{ github.event.inputs.ansys_version || '251' }}
187- standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '.pre0 ' }}
187+ standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '' }}
188188 test_docstrings : " true"
189189 secrets : inherit
190190
@@ -228,7 +228,7 @@ jobs:
228228 uses : ./.github/workflows/test_docker.yml
229229 with :
230230 ANSYS_VERSION : ${{ github.event.inputs.ansys_version || '251' }}
231- standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '.pre0 ' }}
231+ standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '' }}
232232 secrets : inherit
233233
234234 docker_examples :
@@ -237,7 +237,7 @@ jobs:
237237 with :
238238 ANSYS_VERSION : ${{ github.event.inputs.ansys_version || '251' }}
239239 python_versions : ' ["3.9", "3.10", "3.11"]'
240- standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '.pre0 ' }}
240+ standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '' }}
241241 secrets : inherit
242242
243243 draft_release :
0 commit comments