File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 5656 CIBW_ENVIRONMENT_LINUX : LD_LIBRARY_PATH="/tmp/filepattern_bld/local_install/lib:/tmp/filepattern_bld/local_install/lib64:$LD_LIBRARY_PATH" ON_GITHUB="TRUE" FILEPATTERN_DEP_DIR="/tmp/filepattern_bld/local_install"
5757 CIBW_ENVIRONMENT_WINDOWS : PATH="$TEMP\\filepattern\\bin;$PATH" ON_GITHUB="TRUE" FILEPATTERN_DEP_DIR="C:\\TEMP\\filepattern_bld\\local_install"
5858 CIBW_REPAIR_WHEEL_COMMAND_MACOS : DYLD_LIBRARY_PATH=$REPAIR_LIBRARY_PATH delocate-listdeps {wheel} && DYLD_LIBRARY_PATH=$REPAIR_LIBRARY_PATH delocate-wheel --require-archs {delocate_archs} -w {dest_dir} {wheel}
59- CIBW_REPAIR_WHEEL_COMMAND_WINDOWS : " delvewheel repair -w {dest_dir} {wheel}"
6059 CIBW_ARCHS : ${{ matrix.cibw_archs }}
6160 CIBW_TEST_REQUIRES : pytest pydantic
6261 CIBW_TEST_COMMAND : pytest {project}/tests/
Original file line number Diff line number Diff line change 22#define VERSIONH_INCLUDED
33
44#define PROJECT_NAME "filepattern"
5- #define PROJECT_VER "2.0.2 "
5+ #define PROJECT_VER "2.0.3 "
66
77#endif // VERSIONH_INCLUDED
You can’t perform that action at this time.
0 commit comments