Skip to content

Commit

Permalink
Update make_py_wheel_mac.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
taku910 committed Aug 16, 2019
1 parent e007934 commit f3528b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/make_py_wheel_mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ build() {
# PLAT_NAME=$(python -c 'import distutils.util; print(distutils.util.get_platform())')
PLAT_NAME=macosx_10_10_x86_64
python setup.py bdist_wheel --universal --plat-name=${PLAT_NAME}
python setup.py test
# python setup.py test
python setup.py sdist

rm -fr build tf_sentencepiece.egg-info tmp
Expand Down

0 comments on commit f3528b0

Please sign in to comment.