Skip to content

Commit

Permalink
Fixed zip not found issue
Browse files Browse the repository at this point in the history
  • Loading branch information
SeedyROM committed Oct 1, 2018
1 parent 7b10180 commit ac7c276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/distribute
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#

python setup.py sdist
python -m twine upload dist/*
python -m twine upload dist/*.tar.gz

# vim: ft=sh:

0 comments on commit ac7c276

Please sign in to comment.