We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9190f94 commit 819242eCopy full SHA for 819242e
1 file changed
.github/workflows/windows.yaml
@@ -77,15 +77,13 @@ jobs:
77
python-version: "${{ matrix.python }} "
78
- name: install dependencies
79
run: python -m pip install cython build cibuildwheel cogapp
80
- - run: |
81
- cd bindings/python
82
- robocopy ..\..\edlib . /E
83
- - name: Build w/o rts
84
- env:
85
- EDLIB_OMIT_README_RST: 1
86
- run: python -m pip install -e .
87
- name: Build
+ env:
+ EDLIB_OMIT_README_RST: 1-
88
run: |
+ cd bindings/python
+ robocopy ..\..\edlib . /E
+ python -m pip install -e .
89
cython --cplus edlib.pyx -o edlib.bycython.cpp
90
cog -d -o README.rst README-tmpl.rst
91
python -m build --sdist
0 commit comments