Skip to content
Snippets Groups Projects
Unverified Commit b35ffe4a authored by Claudiu Popa's avatar Claudiu Popa
Browse files

Remove *everything* when cleaning

parent 4c481dea
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -62,7 +62,7 @@ Release by running the following:
For generating the new copyright notices for this release
$ copyrite --contribution-threshold 1 --change-threshold 3 --backend-type git --aliases=.copyrite_aliases . --jobs=8
 
$ git clean -fd && find . -name '*.pyc' -delete
$ git clean -fdx && find . -name '*.pyc' -delete
$ python setup.py sdist --formats=gztar bdist_wheel
$ twine upload dist/*
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment