Skip to content

Commit 343a712

Browse files
author
Zander Lewis
authored
Merge pull request #34 from Project-Llama/actions/black
2 parents 0273eea + 135bc19 commit 343a712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upload.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
subprocess.run(["rm", "-r", "build"])
1414
if os.path.exists("llamascript.egg-info"):
1515
subprocess.run(["rm", "-r", "llamascript.egg-info"])
16-
16+
1717
subprocess.run(["python3", "setup.py", "sdist", "bdist_wheel"])
1818
subprocess.run(["twine", "upload", "dist/*"])
1919
sys.exit(0)

0 commit comments

Comments
 (0)