File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919
2020 steps :
2121 - name : Check out source
22- uses : actions/checkout@v4
22+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2323 with :
2424 fetch-depth : 0 # Important for setuptools_scm
2525
3333 python -m pip install --upgrade pip
3434 pip install build setuptools_scm
3535
36- - name : Verify packages for syntax using mypy and flake8
37- run : |
38- pip install mypy flake8
39- mypy --strict
40- flake8
41-
4236 - name : Build package
4337 run : python -m build --sdist --wheel --outdir dist
4438
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ extras:
3636
3737```
3838 $ python3 -m venv cert-venv
39- $ ./cert-venv/bin/pip install cert-uefi-support cert-uefi-parser[qt]
39+ $ ./cert-venv/bin/pip install cert-uefi-support ' cert-uefi-parser[qt]'
4040```
4141
4242### Installing from the Official Git Repositories
You can’t perform that action at this time.
0 commit comments