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 a16f994 commit 049d165Copy full SHA for 049d165
.github/workflows/wheels.yml
@@ -125,7 +125,7 @@ jobs:
125
python-version: '${{ matrix.config.python_version }}'
126
architecture: ${{ matrix.config.arch }}
127
- name: vcpkg build
128
- uses: johnwason/vcpkg-action@v2
+ uses: johnwason/vcpkg-action@961d53e336573f6165b896494fabb1abc002e8c1
129
with:
130
pkgs: >-
131
${{ env.VCPKG_PKGS }}
tesseract_python/package.xml
@@ -1,7 +1,7 @@
1
<?xml version="1.0"?>
2
<package format="3">
3
<name>tesseract_python</name>
4
- <version>0.1.6</version>
+ <version>0.1.7</version>
5
<description>The tesseract_python package</description>
6
<maintainer email="wason@wasontech.com">John Wason</maintainer>
7
<license>Apache 2.0</license>
0 commit comments