We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5eb300 commit 9a45ff4Copy full SHA for 9a45ff4
build_mac_app.sh
@@ -69,7 +69,7 @@ if [ "$USE_PYPI" == "yes" ]; then
69
USE_TEST="test-pypi"
70
fi
71
72
-install_package notabot
+install_package binary notabot
73
install_package plink
74
install_package $USE_BINARY FXrays
75
install_package snappy_manifolds
@@ -106,10 +106,4 @@ fi
106
if [ ! -e notabot.cfg ]; then
107
ln -s ../../notabot.cfg .
108
109
-python3 release.py --no-freshen
110
-pushd dist/SnapPy.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python*
111
-mv lib-dynload /tmp
112
-rm -rf ./*
113
-mv /tmp/lib-dynload .
114
-popd
115
-python3 notarize_snappy.py
+python3 release.py --no-freshen --notarize
0 commit comments