We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0bcb57b + 6dde02e commit f0064ceCopy full SHA for f0064ce
.github/workflows/build-windows-27.yml
@@ -46,8 +46,7 @@ jobs:
46
EXIV2_ROOT=libexiv2/build-msvc/install
47
PATH="$PATH;$(pwd)\\gettext\\bin"
48
CIBW_TEST_COMMAND: >
49
- python -m exiv2 -v &&
50
- python -m unittest discover {project}/tests -v
+ python -m exiv2 -v
51
CIBW_BEFORE_ALL: >
52
pip install conan==1.59.0 &&
53
cd libexiv2 &&
MANIFEST.in
@@ -4,5 +4,6 @@ recursive-include examples *
4
recursive-include tests *.py *.jpg
5
6
recursive-exclude libexiv2* *
7
+recursive-exclude src/doc/api *
8
9
include CHANGELOG.txt LICENSE *.rst
0 commit comments