Skip to content

Commit

Permalink
make twine check strict by default
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed May 3, 2022
1 parent 02d7c77 commit 1485a49
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,16 @@ data-files: clean
install: data-files
pip install -e ".[test]"


clean:
rm -rf jupyter-data
rm -rf build
rm -rf dist


build: data-files
python -m build .

docker-build:
docker build --rm --force-rm -t calysto/octave-notebook:latest .

Expand Down

0 comments on commit 1485a49

Please sign in to comment.