make sure the headers are up to date when creating the sdist
This commit is contained in:
parent
0d367baa5b
commit
418656ee9f
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,9 @@ set -e
|
|||
DIR=$(mktemp -d)
|
||||
SRC=$(pwd)
|
||||
|
||||
echo "Making headers"
|
||||
make headers
|
||||
|
||||
cd $DIR
|
||||
|
||||
echo "Copying python module"
|
||||
|
|
Loading…
Reference in a new issue