From 34f8475e2ebb39eb6e3ff5e83ef893645777bed4 Mon Sep 17 00:00:00 2001 From: Hugh Sorby Date: Tue, 29 Oct 2024 11:22:29 +1300 Subject: [PATCH 1/2] Move the permissions flag in deploy-on-release.yml to correct location. --- .github/workflows/deploy-on-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-on-release.yml b/.github/workflows/deploy-on-release.yml index fd9f38284..8f6c4c0fb 100644 --- a/.github/workflows/deploy-on-release.yml +++ b/.github/workflows/deploy-on-release.yml @@ -274,6 +274,8 @@ jobs: wheels: needs: setup-jobs if: needs.setup-jobs.outputs.allowed-jobs == 'Wheels' || needs.setup-jobs.outputs.allowed-jobs == 'All' + permissions: + id-token: write name: ${{ matrix.name }} ${{ matrix.py }} wheel runs-on: ${{ matrix.os }} strategy: @@ -367,8 +369,6 @@ jobs: env: name: pypi url: https://pypi.org/p/libcellml - permissions: - id-token: write uses: pypa/gh-action-pypi-publish@release/v1 with: packages-dir: ./wheelhouse/ From 3ef943d0bd297dbac8645409566c2b3af807c9ad Mon Sep 17 00:00:00 2001 From: abi-git-user Date: Tue, 29 Oct 2024 11:40:57 +1300 Subject: [PATCH 2/2] Changing version to: 0.6.1-rc.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 464396feb..b46425da3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,7 +19,7 @@ set(CMAKE_OSX_DEPLOYMENT_TARGET 10.15 CACHE STRING "Minimum OS X deployment vers set(PROJECT_NAME libCellML) set(PROJECT_URL https://libcellml.org) set(_PROJECT_VERSION 0.6.1) -set(PROJECT_DEVELOPER_VERSION -rc.1) +set(PROJECT_DEVELOPER_VERSION -rc.2) project(${PROJECT_NAME} VERSION ${_PROJECT_VERSION} LANGUAGES CXX) # Set policies that affect the build.