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 1
1
# Changes here will be overwritten by Copier
2
- _commit : ' 9689455 '
2
+ _commit : ' 6957226 '
3
3
_src_path : https://github.com/python-project-templates/base.git
4
4
add_extension : python
5
5
email : dev@dau.dev
Original file line number Diff line number Diff line change 51
51
restore-keys : cache-${{ runner.os }}-
52
52
if : ${{ runner.os == 'Windows' }}
53
53
54
- - name : Set up Python ${{ matrix.python-version }}
55
- uses : actions/setup-python@v5
54
+ - uses : actions-ext/python/setup@main
56
55
with :
57
- python-version : ${{ matrix.python-version }}
58
- cache : ' pip'
59
- cache-dependency-path : ' pyproject.toml'
56
+ version : ${{ matrix.python-version }}
60
57
61
58
- name : Install dependencies
62
59
run : pip install cibuildwheel
Original file line number Diff line number Diff line change 4
4
.PHONY : develop build build-verilator install dependencies-linux dependencies-macos dependencies-win copy-verilator copy-verilator-win update-verilator-config
5
5
6
6
develop : # # install dependencies and build library
7
- python -m pip install -e .[develop]
7
+ uv pip install -e .[develop]
8
8
9
9
build : # # build the python library
10
10
python -m build -n -w
@@ -35,7 +35,7 @@ update-verilator-config:
35
35
echo " PYTHON3 = python" >> verilator/include/verilated.mk
36
36
37
37
install : # # install library
38
- python -m pip install .
38
+ uv pip install .
39
39
40
40
# ########
41
41
# LINTS #
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ develop = [
36
36
" pytest" ,
37
37
" pytest-cov" ,
38
38
" twine" ,
39
+ " uv" ,
39
40
" wheel" ,
40
41
]
41
42
You can’t perform that action at this time.
0 commit comments