File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 Test :
77 strategy :
88 matrix :
9- python-version : ["3.10"]
9+ python-version : ["3.10", "3.11" ]
1010 os : [ubuntu-latest]
1111
1212 runs-on : ${{ matrix.os }}
2121 python-version : ${{ matrix.python-version }}
2222
2323 - name : Install test dependencies
24- run : python -m pip install --no-cache-dir mypy coverage build
24+ run : python -m pip install mypy coverage build
2525
2626 - name : Build wheel
2727 run : python -m build
3030 run : python -m pip install --no-cache-dir dist/lambda_repl-*.whl
3131
3232 - name : Run MyPy
33- run : python -m mypy --cache-dir=/dev/null - p lambda_repl
33+ run : python -m mypy -p lambda_repl
3434
3535 - name : Run tests and generate report
3636 run : coverage run -m unittest discover --verbose
4747 with :
4848 password : ${{ secrets.PYPI_API_TOKEN }}
4949 verbose : true
50+ skip_existing : true
You can’t perform that action at this time.
0 commit comments