Skip to content

Commit

Permalink
Additional rever fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
goanpeca committed Mar 18, 2020
1 parent e30cb84 commit 5c6a9a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements/release.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
loghub
twine
wheel
2 changes: 1 addition & 1 deletion rever.xsh
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def clean_repo():
for p in pathlib.Path('.').rglob('__pycache__'):
p.rmdir()

rm CHANGELOG.temp
rm -rf CHANGELOG.temp
rm -rf .pytest_cache/
rm -rf build/
rm -rf dist/
Expand Down

0 comments on commit 5c6a9a0

Please sign in to comment.