File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
44add_docs : false
55add_extension : python
Original file line number Diff line number Diff line change @@ -79,17 +79,13 @@ jobs:
7979 - name : Make dist
8080 run : make dist
8181
82- - name : Test wheel install
83- run : |
84- python -m venv /tmp/test-wheel
85- /tmp/test-wheel/bin/pip install dist/*.whl
86- /tmp/test-wheel/bin/python -c "import hatch_js"
87-
88- - name : Test sdist install
89- run : |
90- python -m venv /tmp/test-sdist
91- /tmp/test-sdist/bin/pip install dist/*.tar.gz
92- /tmp/test-sdist/bin/python -c "import hatch_js"
82+ - uses : actions-ext/python/test-wheel@main
83+ with :
84+ module : hatch_js
85+
86+ - uses : actions-ext/python/test-sdist@main
87+ with :
88+ module : hatch_js
9389
9490 - uses : actions/upload-artifact@v7
9591 with :
You can’t perform that action at this time.
0 commit comments