Skip to content

Commit 7795a75

Browse files
committed
readme is needed
1 parent 80f779b commit 7795a75

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/windows.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
matrix:
6666
python:
6767
- "3.12"
68-
- "3.10"
68+
- "3.11"
6969
runs-on: windows-2022
7070
steps:
7171
- uses: actions/checkout@v4
@@ -76,11 +76,12 @@ jobs:
7676
with:
7777
python-version: "${{ matrix.python }} "
7878
- name: install dependencies
79-
run: python -m pip install cython build cibuildwheel
79+
run: python -m pip install cython build cibuildwheel cogapp
8080
- name: Build
8181
run: |
8282
cd bindings/python
8383
robocopy ..\..\edlib . /E
8484
cython --cplus edlib.pyx -o edlib.bycython.cpp
85+
cog -d -o README.rst README-tmpl.rst
8586
python -m build --sdist
8687
python -m cibuildwheel --output-dir wheelhouse

0 commit comments

Comments
 (0)