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.
2 parents 2363811 + cfa34c1 commit 47ea103Copy full SHA for 47ea103
.github/workflows/ci-publish-pages.yml
@@ -8,10 +8,10 @@ on:
8
jobs:
9
documentation:
10
11
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
12
strategy:
13
matrix:
14
- python-version: ["3.10"]
+ python-version: ["3.11"]
15
16
steps:
17
- uses: actions/checkout@v3
.github/workflows/ci-publish-to-pypi.yml
@@ -7,10 +7,10 @@ on:
7
release:
environment:
name: pypi
0 commit comments