We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9895165 commit c7fb713Copy full SHA for c7fb713
.github/workflows/doc-publish.yaml
@@ -12,7 +12,7 @@ jobs:
12
doc:
13
name: Build docs (with ${{ matrix.python-version }} on ${{ matrix.os }})
14
runs-on: ${{ matrix.os }}
15
- timeout-minutes: 5
+ timeout-minutes: 10
16
strategy:
17
fail-fast: false
18
matrix:
.github/workflows/pypi-publish.yaml
@@ -21,7 +21,7 @@ jobs:
21
- name: Set up Python
22
uses: actions/setup-python@v4
23
with:
24
- python-version: 3.x
+ python-version: 3.12
25
- name: Install dependencies
26
run: |
27
python -m pip install --upgrade pip
0 commit comments