Skip to content

Commit 272bd16

Browse files
committed
Install sphinx and wheel, if not already installed
1 parent 5fe0813 commit 272bd16

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dev-bin/release.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ if [ -n "$(git status --porcelain)" ]; then
3333
exit 1
3434
fi
3535

36+
# Make sure Sphinx and wheel are installed with the current python
37+
pip install sphinx wheel
38+
3639
perl -pi -e "s/(?<=__version__ = ').+?(?=')/$version/gsm" geoip2/__init__.py
3740

3841
echo $"Test results:"

0 commit comments

Comments
 (0)