Skip to content

Commit

Permalink
Merge branch 'python' into issue1251.
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Oct 28, 2024
2 parents 89d8eda + 8211e1d commit 03ff8f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 03ff8f0

Please sign in to comment.