Skip to content

Commit d27e35a

Browse files
authored
Merge pull request #21 from dau-dev/copier-update-2025-04-06T05-18-36
Update from copier (2025-04-06T05:18:36)
2 parents 373e510 + acb0d59 commit d27e35a

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
44
add_extension: python
55
email: dev@dau.dev

.github/workflows/build.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,9 @@ jobs:
5151
restore-keys: cache-${{ runner.os }}-
5252
if: ${{ runner.os == 'Windows' }}
5353

54-
- name: Set up Python ${{ matrix.python-version }}
55-
uses: actions/setup-python@v5
54+
- uses: actions-ext/python/setup@main
5655
with:
57-
python-version: ${{ matrix.python-version }}
58-
cache: 'pip'
59-
cache-dependency-path: 'pyproject.toml'
56+
version: ${{ matrix.python-version }}
6057

6158
- name: Install dependencies
6259
run: pip install cibuildwheel

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
.PHONY: develop build build-verilator install dependencies-linux dependencies-macos dependencies-win copy-verilator copy-verilator-win update-verilator-config
55

66
develop: ## install dependencies and build library
7-
python -m pip install -e .[develop]
7+
uv pip install -e .[develop]
88

99
build: ## build the python library
1010
python -m build -n -w
@@ -35,7 +35,7 @@ update-verilator-config:
3535
echo "PYTHON3 = python" >> verilator/include/verilated.mk
3636

3737
install: ## install library
38-
python -m pip install .
38+
uv pip install .
3939

4040
#########
4141
# LINTS #

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ develop = [
3636
"pytest",
3737
"pytest-cov",
3838
"twine",
39+
"uv",
3940
"wheel",
4041
]
4142

0 commit comments

Comments
 (0)