File tree Expand file tree Collapse file tree 3 files changed +0
-54
lines changed Expand file tree Collapse file tree 3 files changed +0
-54
lines changed Original file line number Diff line number Diff line change 66 workflow_dispatch : # Enables manual triggering of the workflow
77
88jobs :
9- link-checks :
10- runs-on : ubuntu-latest
11- strategy :
12- matrix :
13- python : ["3.10"]
14- steps :
15- - uses : actions/checkout@v4
16- - name : Set up Python
17- uses : actions/setup-python@v5
18- with :
19- python-version : ${{ matrix.python }}
20- - name : Install dependencies
21- run : |
22- curl -sSL https://pdm-project.org/install-pdm.py | python3 -
23- pip install tox tox-pdm
24- - name : Run link checks
25- run : tox -e links
26-
279 unit-tests :
2810 runs-on : ubuntu-latest
2911 strategy :
Original file line number Diff line number Diff line change 66 - ' release/*'
77
88jobs :
9- link-checks :
10- runs-on : ubuntu-latest
11- strategy :
12- matrix :
13- python : ["3.10"]
14- steps :
15- - uses : actions/checkout@v4
16- - name : Set up Python
17- uses : actions/setup-python@v5
18- with :
19- python-version : ${{ matrix.python }}
20- - name : Install dependencies
21- run : |
22- curl -sSL https://pdm-project.org/install-pdm.py | python3 -
23- pip install tox tox-pdm
24- - name : Run link checks
25- run : tox -e links
26-
279 unit-tests :
2810 runs-on : ubuntu-latest
2911 strategy :
Original file line number Diff line number Diff line change 5353 password : ${{ secrets.PYPI_PUBLIC_AUTH }}
5454 whl : $(find dist -name '*.tar.gz')
5555
56- link-checks :
57- runs-on : ubuntu-latest
58- strategy :
59- matrix :
60- python : ["3.10"]
61- steps :
62- - uses : actions/checkout@v4
63- - name : Set up Python
64- uses : actions/setup-python@v5
65- with :
66- python-version : ${{ matrix.python }}
67- - name : Install dependencies
68- run : |
69- curl -sSL https://pdm-project.org/install-pdm.py | python3 -
70- pip install tox tox-pdm
71- - name : Run link checks
72- run : tox -e links
73-
7456 unit-tests :
7557 runs-on : ubuntu-latest
7658 strategy :
You can’t perform that action at this time.
0 commit comments