We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea9da1f commit 9a8bb73Copy full SHA for 9a8bb73
.github/workflows/deploy.yaml
@@ -8,13 +8,13 @@ on:
8
jobs:
9
build-and-release-package:
10
if: github.repository == 'cmlibs-python/cmlibs.maths'
11
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
12
name: Release package
13
permissions:
14
contents: write
15
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
16
steps:
17
- name: Release Python package
18
- uses: hsorby/release-python-package-action@v1
+ uses: hsorby/release-python-package-action@v2
19
with:
20
pypi-package-name: cmlibs.maths
0 commit comments