We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents df472b0 + 78dcf7d commit 01b7403Copy full SHA for 01b7403
release.sh
@@ -6,9 +6,6 @@ RELEASE=$(printf "from twitter_ads.utils import get_version\nprint(get_version()
6
git tag "v$RELEASE"
7
git push --tags
8
9
-# push to pypi
10
-python setup.py sdist upload
11
-
12
# clean and build new docs
13
cd docs && make clean && make html && cd ..
14
@@ -20,3 +17,6 @@ git add reference
20
17
git commit -m "\"[update] docs refresh for $RELEASE\""
21
18
git push origin HEAD:gh-pages
22
19
git checkout master
+
+# push to pypi
+python setup.py sdist upload
0 commit comments