File tree 2 files changed +0
-10
lines changed 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change 23
23
uses : " pypa/cibuildwheel@v2.16.2"
24
24
env :
25
25
CIBW_SKIP : " pp*" # FIXME
26
- CIBW_BEFORE_BUILD : " pip install -U cython && ./update_cpp.sh"
27
- CIBW_BEFORE_BUILD_WINDOWS : " pip install -U cython && update_cpp.sh"
28
26
CIBW_TEST_REQUIRES : " pytest"
29
27
CIBW_TEST_COMMAND : " pytest {project}/tests --doctest-modules"
30
28
- uses : " actions/upload-artifact@v3"
38
36
- uses : " actions/checkout@v4"
39
37
with :
40
38
submodules : true
41
- - name : " Install dependencies"
42
- run : " python -m pip install --upgrade cython"
43
- - name : " Rebuild CPP files using Cython"
44
- run : " ./update_cpp.sh"
45
39
- name : " Build source distribution"
46
40
run : " pipx run build --sdist"
47
41
- uses : " actions/upload-artifact@v3"
Original file line number Diff line number Diff line change 33
33
python -m site
34
34
python -m pip install --upgrade pip setuptools wheel
35
35
python -m pip install --upgrade virtualenv tox tox-gh-actions
36
- python -m pip install --upgrade cython
37
-
38
- - name : " Rebuild CPP files using Cython"
39
- run : " ./update_cpp.sh"
40
36
41
37
- name : " Run tox targets for ${{ matrix.python-version }}"
42
38
run : " python -m tox"
You can’t perform that action at this time.
0 commit comments