We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f43782c commit 5890b36Copy full SHA for 5890b36
.github/workflows/python-code-format.yml
@@ -19,7 +19,7 @@ permissions:
19
20
jobs:
21
test:
22
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
23
24
name: Check Python code formatting
25
steps:
.github/workflows/python-publish-pypi.yml
@@ -9,7 +9,7 @@ permissions:
9
10
11
verify:
12
13
14
name: Verify Python build context
15
@@ -39,7 +39,7 @@ jobs:
39
build:
40
name: Build and publish PyPi package
41
needs: verify
42
43
if: github.repository_owner == 'unfoldedcircle'
44
45
- uses: actions/checkout@v4
0 commit comments