Skip to content

Commit ed0bb4c

Browse files
authored
Bump ci_release.yml tests to 2025.1.0 (#789)
1 parent a45b32a commit ed0bb4c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci_release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
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)
@@ -88,7 +88,7 @@ jobs:
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

0 commit comments

Comments
 (0)