We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4684079 commit a1e26f3Copy full SHA for a1e26f3
.github/workflows/docs-ci.yml
@@ -4,7 +4,7 @@ on: [push, pull_request]
4
5
jobs:
6
build:
7
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
8
9
strategy:
10
max-parallel: 4
.github/workflows/pypi-release.yml
@@ -21,7 +21,7 @@ on:
21
22
build-pypi-distribs:
23
name: Build and publish library to PyPI
24
25
26
steps:
27
- uses: actions/checkout@v4
@@ -47,7 +47,7 @@ jobs:
47
name: Create GH release
48
needs:
49
- build-pypi-distribs
50
51
52
53
- name: Download built archives
@@ -67,7 +67,7 @@ jobs:
67
name: Create PyPI release
68
69
- create-gh-release
70
71
72
73
0 commit comments