File tree Expand file tree Collapse file tree 1 file changed +1
-23
lines changed Expand file tree Collapse file tree 1 file changed +1
-23
lines changed Original file line number Diff line number Diff line change 27
27
- name : " Run nox for Python ${{ matrix.python-version }}"
28
28
run : " nox -db uv -s test-${{ matrix.python-version }}"
29
29
30
- docbuild :
31
- name : " Build docs"
32
- runs-on : ubuntu-latest
33
- steps :
34
- - uses : " actions/checkout@v4"
35
- with :
36
- fetch-depth : 0
37
-
38
- - uses : " actions/setup-python@v5"
39
- with :
40
- python-version : " 3.12"
41
-
42
- - name : " Installs for docs"
43
- run : |
44
- pip install --upgrade pip uv
45
- python -m uv pip install ".[doc]"
46
-
47
- - name : " making docs"
48
- run : |
49
- cd doc
50
- make html
51
-
52
30
build :
53
31
name : Build wheel and sdist
54
32
needs : test
81
59
82
60
release_test :
83
61
name : Release to Test PyPI
84
- needs : [ build, docbuild]
62
+ needs : build
85
63
environment : release_test
86
64
runs-on : ubuntu-latest
87
65
permissions :
You can’t perform that action at this time.
0 commit comments