Skip to content

Commit

Permalink
Updated release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
vthorsteinsson committed Jun 26, 2020
1 parent 2c648ab commit 62009c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ chmod -x src/reynir/*.grammar.bin
chmod -x src/reynir/config/*
chmod -x src/reynir/resources/*
# Create the base source distribution
python setup.py sdist
python3 setup.py sdist
# Create the binary wheels
source wheels.sh
# Upload the new release
# Note: twine must be installed into the current venv
# for the following to work, and twine doesn't seem to work on PyPy,
# so a CPython venv is required
python -m twine upload dist/reynir-$1*
twine upload dist/reynir-$1*
echo "Upload of" "$1" "done"

0 comments on commit 62009c1

Please sign in to comment.