Skip to content

Commit a77f348

Browse files
authored
Merge pull request #30 from python-project-templates/copier-update-2026-04-12T19-43-01
Update from copier (2026-04-12T19:43:01)
2 parents c6c0c1c + 4a5be5c commit a77f348

2 files changed

Lines changed: 8 additions & 12 deletions

File tree

.copier-answers.yaml

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: fdea3fe
2+
_commit: 41c2f2c
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: true
55
add_extension: python

.github/workflows/build.yaml

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -74,17 +74,13 @@ jobs:
7474
- name: Make dist
7575
run: make dist
7676

77-
- name: Test wheel install
78-
run: |
79-
python -m venv /tmp/test-wheel
80-
/tmp/test-wheel/bin/pip install dist/*.whl
81-
/tmp/test-wheel/bin/python -c "import hatch_multi"
82-
83-
- name: Test sdist install
84-
run: |
85-
python -m venv /tmp/test-sdist
86-
/tmp/test-sdist/bin/pip install dist/*.tar.gz
87-
/tmp/test-sdist/bin/python -c "import hatch_multi"
77+
- uses: actions-ext/python/test-wheel@main
78+
with:
79+
module: hatch_multi
80+
81+
- uses: actions-ext/python/test-sdist@main
82+
with:
83+
module: hatch_multi
8884

8985
- uses: actions/upload-artifact@v7
9086
with:

0 commit comments

Comments
 (0)