Skip to content

Commit

Permalink
Add git.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bradley Meyer committed May 26, 2023
1 parent 61eb99d commit 90e225c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Script to automate build for PyPI.

rm -fr dist
black wnutils/*.py
cd wnutils
git clone https://bitbucket.org/mbradle/libnucnet_xsd.git xsd_pub 2> /dev/null || git -C xsd_pub pull
black *.py
cd ..
python -m pip install --upgrade build
python -m build

0 comments on commit 90e225c

Please sign in to comment.