We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aca1451 commit a7571faCopy full SHA for a7571fa
1 file changed
dev-bin/release.sh
@@ -35,7 +35,7 @@ if [ -n "$(git status --porcelain)" ]; then
35
fi
36
37
# Make sure release deps are installed with the current python
38
-pip install -U sphinx wheel voluptuous email_validator twine
+pip install -U sphinx wheel voluptuous email_validator twine geoip2
39
40
perl -pi -e "s/(?<=__version__ = \").+?(?=\")/$version/g" minfraud/version.py
41
0 commit comments