Skip to content

Commit 6d47acf

Browse files
authored
Switch ci_release.yml to DPF 2024.2.pre1 (#621)
1 parent 76d5247 commit 6d47acf

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: '.pre1'
1515

1616
#┌───────────── minute (0 - 59)
1717
#│ ┌───────────── hour (0 - 23)
@@ -87,7 +87,7 @@ jobs:
8787
install_extras: plotting
8888
wheel: true
8989
wheelhouse: true
90-
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }}
90+
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre1' }}
9191

9292
- name: "Prepare Testing Environment"
9393
uses: ansys/pydpf-actions/[email protected]
@@ -190,15 +190,15 @@ jobs:
190190
with:
191191
ANSYS_VERSION: '242'
192192
python_versions: '["3.10"]'
193-
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }}
193+
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre1' }}
194194
secrets: inherit
195195

196196
docs:
197197
uses: ./.github/workflows/docs.yml
198198
with:
199199
ANSYS_VERSION: '242'
200200
python_version: "3.10"
201-
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }}
201+
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre1' }}
202202
event_name: ${{ github.event_name }}
203203
secrets: inherit
204204

0 commit comments

Comments
 (0)