Skip to content

Commit

Permalink
maint: precall setup.py cython for tag.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
zerothi committed Jun 9, 2020
1 parent b2f38bc commit b7f79e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ sed -i -e "s:\(ISRELEASED[[:space:]]*=\).*:\1 True:" setup.py
sed -i -e "s:\(GIT_REVISION[[:space:]]*=\).*:\1 \"$rev\":" setup.py
sed -i -e "s:\(REVISION_YEAR[[:space:]]*=\).*:\1 $year:" setup.py

# Ensure sources are created
python3 setup.py cython
if [ $no_commit -eq 1 ]; then
python3 setup.py sdist bdist_wheel
git checkout setup.py
Expand Down

0 comments on commit b7f79e3

Please sign in to comment.