Skip to content

Commit

Permalink
New notabot setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
culler committed Dec 3, 2024
1 parent d5eb300 commit 9a45ff4
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions build_mac_app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ if [ "$USE_PYPI" == "yes" ]; then
USE_TEST="test-pypi"
fi

install_package notabot
install_package binary notabot
install_package plink
install_package $USE_BINARY FXrays
install_package snappy_manifolds
Expand Down Expand Up @@ -106,10 +106,4 @@ fi
if [ ! -e notabot.cfg ]; then
ln -s ../../notabot.cfg .
fi
python3 release.py --no-freshen
pushd dist/SnapPy.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python*
mv lib-dynload /tmp
rm -rf ./*
mv /tmp/lib-dynload .
popd
python3 notarize_snappy.py
python3 release.py --no-freshen --notarize

0 comments on commit 9a45ff4

Please sign in to comment.