From ff705a53bc72a53783c8d0bf399270eb6853aa05 Mon Sep 17 00:00:00 2001 From: Paul Profizi <100710998+PProfizi@users.noreply.github.com> Date: Mon, 20 Jan 2025 11:16:01 +0100 Subject: [PATCH] Bump ci_release.yml tests to 2025.1.0 --- .github/workflows/ci_release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci_release.yml b/.github/workflows/ci_release.yml index a14b698ac..da9e1ca5e 100644 --- a/.github/workflows/ci_release.yml +++ b/.github/workflows/ci_release.yml @@ -11,7 +11,7 @@ on: standalone_branch_suffix: description: 'Suffix of the branch on standalone' required: false - default: '.pre0' + default: '' #┌───────────── minute (0 - 59) #│ ┌───────────── hour (0 - 23) @@ -88,7 +88,7 @@ jobs: # Upload the wheel artifact for only one of the OS as it is OS-agnostic wheel: ${{ (matrix.python-version == env.MAIN_PYTHON_VERSION) && (matrix.os == 'windows-latest') }} wheelhouse: true - standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }} + standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '' }} - name: "Prepare Testing Environment" uses: ansys/pydpf-actions/prepare_tests@v2.3 @@ -191,7 +191,7 @@ jobs: with: ANSYS_VERSION: '251' python_versions: '["3.10"]' - standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }} + standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '' }} secrets: inherit docs: @@ -199,7 +199,7 @@ jobs: with: ANSYS_VERSION: '251' python_version: "3.10" - standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }} + standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '' }} event_name: ${{ github.event_name }} secrets: inherit