We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db8407e commit e0e9c8eCopy full SHA for e0e9c8e
1 file changed
Makefile
@@ -18,6 +18,8 @@ release:
18
git branch | grep \* | cut -d ' ' -f2 | grep master || exit 1
19
git pull origin master
20
-rm dist/*
21
+ python -m compileall -q scrapfly
22
+ python setup.py sdist bdist_wheel
23
$(MAKE) generate-docs
24
git add docs/*
25
-git commit -m "Update API documentation for version $(VERSION)"
0 commit comments