Files
osxphotos/build.sh
2021-04-17 10:00:34 -07:00

11 lines
257 B
Bash
Executable File

#!/bin/sh
# script to help build osxphotos release
# this is unique to my own dev setup
activate osxphotos
rm -rf dist; rm -rf build
python3 utils/update_readme.py
(cd docsrc && make github && make pdf)
python3 setup.py sdist bdist_wheel
./make_cli_exe.sh