Skip to content

Commit

Permalink
minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
gallettilance committed Jan 17, 2025
1 parent 744c3e9 commit 2ea46c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ test:: ; tox -v
build:: ; pip3 install --upgrade build
build:: ; python3 -m build

release:: ; cleanall
release:: ; build
release:: cleanall
release:: build
release:: ; pip3 install --upgrade twine
release:: ; python3 -m twine upload dist/*

Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,5 @@ and right-most hiddent nodes result in predictions of class 1.
Bump the release version in the `setup.py` file, then run:

```
make clean
make build
make release
```

0 comments on commit 2ea46c0

Please sign in to comment.