File tree Expand file tree Collapse file tree 2 files changed +7
-11
lines changed
Expand file tree Collapse file tree 2 files changed +7
-11
lines changed Original file line number Diff line number Diff line change 11# Changes here will be overwritten by Copier
2- _commit : 05ef55a
2+ _commit : 41c2f2c
33_src_path : https://github.com/python-project-templates/base.git
44add_docs : true
55add_extension : rust
Original file line number Diff line number Diff line change @@ -101,18 +101,14 @@ jobs:
101101 CIBW_ENVIRONMENT_MACOS : MACOSX_DEPLOYMENT_TARGET=11.0
102102 if : matrix.os != 'ubuntu-latest'
103103
104- - name : Test wheel install
105- run : |
106- python -m venv /tmp/test-wheel
107- /tmp/test-wheel/bin/pip install dist/*.whl
108- /tmp/test-wheel/bin/python -c "import python_template_rust"
104+ - uses : actions-ext/python/test-wheel@main
105+ with :
106+ module : python_template_rust
109107 if : matrix.os == 'ubuntu-latest'
110108
111- - name : Test sdist install
112- run : |
113- python -m venv /tmp/test-sdist
114- /tmp/test-sdist/bin/pip install dist/*.tar.gz
115- /tmp/test-sdist/bin/python -c "import python_template_rust"
109+ - uses : actions-ext/python/test-sdist@main
110+ with :
111+ module : python_template_rust
116112 if : matrix.os == 'ubuntu-latest'
117113
118114 - uses : actions/upload-artifact@v7
You can’t perform that action at this time.
0 commit comments