15
15
standalone_branch_suffix :
16
16
description : ' Suffix of the branch on standalone'
17
17
required : false
18
- default : ' .pre0 '
18
+ default : ' '
19
19
20
20
# ┌───────────── minute (0 - 59)
21
21
# │ ┌───────────── hour (0 - 23)
80
80
python_versions : ' ["3.9"]'
81
81
wheel : true
82
82
wheelhouse : true
83
- standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '.pre0 ' }}
83
+ standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '' }}
84
84
secrets : inherit
85
85
86
86
tests :
91
91
DOCSTRING : false
92
92
wheel : false
93
93
wheelhouse : true
94
- standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '.pre0 ' }}
94
+ standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '' }}
95
95
secrets : inherit
96
96
97
97
tests_any_3_9 :
@@ -101,7 +101,7 @@ jobs:
101
101
python_versions : ' ["3.9"]'
102
102
wheel : true
103
103
wheelhouse : false
104
- standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '.pre0 ' }}
104
+ standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '' }}
105
105
test_any : true
106
106
secrets : inherit
107
107
@@ -113,15 +113,15 @@ jobs:
113
113
DOCSTRING : false
114
114
wheel : false
115
115
wheelhouse : false
116
- standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '.pre0 ' }}
116
+ standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '' }}
117
117
test_any : true
118
118
secrets : inherit
119
119
120
120
docs :
121
121
uses : ./.github/workflows/docs.yml
122
122
with :
123
123
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 || '' }}
125
125
event_name : ${{ github.event_name }}
126
126
secrets : inherit
127
127
@@ -130,7 +130,7 @@ jobs:
130
130
with :
131
131
ANSYS_VERSION : ${{ github.event.inputs.ansys_version || '251' }}
132
132
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 || '' }}
134
134
secrets : inherit
135
135
136
136
retro_242 :
@@ -184,7 +184,7 @@ jobs:
184
184
uses : ./.github/workflows/pydpf-post.yml
185
185
with :
186
186
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 || '' }}
188
188
test_docstrings : " true"
189
189
secrets : inherit
190
190
@@ -228,7 +228,7 @@ jobs:
228
228
uses : ./.github/workflows/test_docker.yml
229
229
with :
230
230
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 || '' }}
232
232
secrets : inherit
233
233
234
234
docker_examples :
@@ -237,7 +237,7 @@ jobs:
237
237
with :
238
238
ANSYS_VERSION : ${{ github.event.inputs.ansys_version || '251' }}
239
239
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 || '' }}
241
241
secrets : inherit
242
242
243
243
draft_release :
0 commit comments