File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,25 +13,20 @@ jobs:
1313
1414 steps :
1515 - name : Checkout code
16- uses : actions/checkout@v2
16+ uses : actions/checkout@v3
1717
1818 - name : Set up Python ${{ matrix.python-version }}
19- uses : actions/setup-python@v2
19+ uses : actions/setup-python@v4
2020 with :
2121 python-version : ${{ matrix.python-version }}
2222
23- - name : Give permission to run scripts
24- run : chmod +x ./docs/scripts/doc8_style_check.sh
25-
2623 - name : Install Dependencies
27- run : pip install -e " .[docs]"
24+ run : pip install -e .[docs]
2825
2926 - name : Check Sphinx Documentation build minimally
3027 working-directory : ./docs
31- run : sphinx-build -b linkcheck -EW source build
28+ run : sphinx-build -E -W source build
3229
3330 - name : Check for documentation style errors
3431 working-directory : ./docs
3532 run : ./scripts/doc8_style_check.sh
36-
37-
Original file line number Diff line number Diff line change 11[metadata]
22name = univers
3+ version = 31.0.0
34license = Apache-2.0 AND BSD-3-Clause AND MIT
45
56# description must be on ONE line https://github.com/pypa/setuptools/issues/1390
You can’t perform that action at this time.
0 commit comments