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 @@ -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 :
You can’t perform that action at this time.
0 commit comments