Skip to content

Commit 53903b7

Browse files
author
Mark Gibbs
committed
Rudimentary build script, missing tests, coverage and linter
1 parent 928e4b8 commit 53903b7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

do_the_build

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/usr/bin/env bash
2+
#
3+
source env/bin/activate
4+
python setup.py sdist
5+
python setup.py bdist_wheel
6+
7+
#twine upload dist/*
8+
#cd docs && sphinx-autobuild . _build/html
9+
#grip
10+

0 commit comments

Comments
 (0)