Skip to content

Commit 61163e7

Browse files
committed
add force to directory
1 parent 20cd988 commit 61163e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
upload:
2-
rm dist/*
2+
rm dist/* -rf
33
python3 setup.py sdist bdist_wheel
44
python3 -m twine upload dist/*

0 commit comments

Comments
 (0)