Skip to content

Commit

Permalink
update release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Changaco committed Sep 16, 2019
1 parent 3db1184 commit d78bc64
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ else
git push
git push --tags

python setup.py sdist --formats=zip
umask 002
git ls-files -z | xargs -0 chmod u=rwX,g=rX,o=rX

python setup.py sdist
python setup.py bdist_wheel --universal

twine check dist/aspen-$1*
Expand Down

0 comments on commit d78bc64

Please sign in to comment.