File tree Expand file tree Collapse file tree 4 files changed +6
-8
lines changed Expand file tree Collapse file tree 4 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 11# Changes here will be overwritten by Copier
2- _commit : ' 9689455 '
2+ _commit : ' 6957226 '
33_src_path : https://github.com/python-project-templates/base.git
44add_extension : python
55email : t.paine154@gmail.com
Original file line number Diff line number Diff line change 3535 steps :
3636 - uses : actions/checkout@v4
3737
38- - name : Set up Python ${{ matrix.python-version }}
39- uses : actions/setup-python@v5
38+ - uses : actions-ext/python/setup@main
4039 with :
41- python-version : ${{ matrix.python-version }}
42- cache : ' pip'
43- cache-dependency-path : ' pyproject.toml'
40+ version : ${{ matrix.python-version }}
4441
4542 - name : Install dependencies
4643 run : make develop
Original file line number Diff line number Diff line change 44.PHONY : develop build install
55
66develop : # # install dependencies and build library
7- python -m pip install -e .[develop]
7+ uv pip install -e .[develop]
88
99build : # # build the python library
1010 python -m build -n
1111
1212install : # # install library
13- python -m pip install .
13+ uv pip install .
1414
1515# ########
1616# LINTS #
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ develop = [
4343 " pytest-cov" ,
4444 " ruff" ,
4545 " twine" ,
46+ " uv" ,
4647 " wheel" ,
4748]
4849
You can’t perform that action at this time.
0 commit comments