We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80f779b commit 7795a75Copy full SHA for 7795a75
.github/workflows/windows.yaml
@@ -65,7 +65,7 @@ jobs:
65
matrix:
66
python:
67
- "3.12"
68
- - "3.10"
+ - "3.11"
69
runs-on: windows-2022
70
steps:
71
- uses: actions/checkout@v4
@@ -76,11 +76,12 @@ jobs:
76
with:
77
python-version: "${{ matrix.python }} "
78
- name: install dependencies
79
- run: python -m pip install cython build cibuildwheel
+ run: python -m pip install cython build cibuildwheel cogapp
80
- name: Build
81
run: |
82
cd bindings/python
83
robocopy ..\..\edlib . /E
84
cython --cplus edlib.pyx -o edlib.bycython.cpp
85
+ cog -d -o README.rst README-tmpl.rst
86
python -m build --sdist
87
python -m cibuildwheel --output-dir wheelhouse
0 commit comments