Skip to content
Snippets Groups Projects
Commit ca847447 authored by Vincent Texier's avatar Vincent Texier
Browse files

[fix] #98 fix build not updated if setup.py updated

parent 1c19ff01
No related branches found
No related tags found
No related merge requests found
...@@ -36,8 +36,9 @@ format: ...@@ -36,8 +36,9 @@ format:
black tests black tests
black examples black examples
# build a whell package in dist folder # build a wheel package in dist folder
build: build:
rm -r build/* dist/*
python setup.py sdist bdist_wheel python setup.py sdist bdist_wheel
# upload on PyPi repository # upload on PyPi repository
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment