We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b9a2ed commit f5a1ac6Copy full SHA for f5a1ac6
release.sh
@@ -73,11 +73,6 @@ git checkout $MAIN_BRANCH
73
echo "Fetching latest $MAIN_BRANCH..."
74
git pull origin $MAIN_BRANCH
75
76
-echo "Verifying docs"
77
-# Makes sure docs are up to date
78
-tox -e pdoc
79
-git diff-index --quiet HEAD ./docs || commit_docs
80
-
81
echo "Writing version file"
82
write_version_file $VERSION $VERSION_FILE
83
git add $VERSION_FILE
0 commit comments