Skip to content

Commit

Permalink
prepared for build of 0.8.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cansik committed Jun 29, 2022
1 parent fdc7a08 commit b8af3c2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
tag:
description: 'Version Tag'
required: false
default: 'v0.8.10'
default: 'v0.8.10.1'


jobs:
Expand Down
4 changes: 2 additions & 2 deletions build-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export PKG_CONFIG_PATH="/opt/homebrew/opt/opencv@3/lib/pkgconfig"
pip install wheel
pip install six

mediapipe_tag="v0.8.10"
mediapipe_tag="v0.8.10.1"
mediapipe_dir="mediapipe"

# cleanup
Expand All @@ -35,7 +35,7 @@ pushd $mediapipe_dir || exit
pip install -r requirements.txt

# apply patches
git apply "$patches_dir/bazel.patch"
# git apply "$patches_dir/bazel.patch"
git apply "$patches_dir/setup.patch"
git apply "$patches_dir/workspace.patch"

Expand Down
2 changes: 1 addition & 1 deletion patches/setup.patch
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ index ef7794e..75b874c 100644
import setuptools.command.install as install

-__version__ = 'dev'
+__version__ = '0.8.10'
+__version__ = '0.8.10.1'
IS_WINDOWS = (platform.system() == 'Windows')
MP_ROOT_PATH = os.path.dirname(os.path.abspath(__file__))
MP_DIR_INIT_PY = os.path.join(MP_ROOT_PATH, 'mediapipe/__init__.py')
Expand Down

0 comments on commit b8af3c2

Please sign in to comment.