Skip to content

Commit 96e151f

Browse files
authored
Merge pull request #100 from python-project-templates/copier-update-2026-04-12T19-45-42
Update from copier (2026-04-12T19:45:42)
2 parents 4e9ff5f + 4173218 commit 96e151f

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: false
55
add_extension: python

.github/workflows/build.yaml

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -91,17 +91,13 @@ jobs:
9191
- name: Make dist
9292
run: make dist
9393

94-
- name: Test wheel install
95-
run: |
96-
python -m venv /tmp/test-wheel
97-
/tmp/test-wheel/bin/pip install dist/*.whl
98-
/tmp/test-wheel/bin/python -c "import yardang"
99-
100-
- name: Test sdist install
101-
run: |
102-
python -m venv /tmp/test-sdist
103-
/tmp/test-sdist/bin/pip install dist/*.tar.gz
104-
/tmp/test-sdist/bin/python -c "import yardang"
94+
- uses: actions-ext/python/test-wheel@main
95+
with:
96+
module: yardang
97+
98+
- uses: actions-ext/python/test-sdist@main
99+
with:
100+
module: yardang
105101

106102
- uses: actions/upload-artifact@v7
107103
with:

0 commit comments

Comments
 (0)