Skip to content

Commit 01b7403

Browse files
committed
Merge pull request #27 from brandonblack/release-script
[minor] release script updates, push to pypi last
2 parents df472b0 + 78dcf7d commit 01b7403

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

release.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ RELEASE=$(printf "from twitter_ads.utils import get_version\nprint(get_version()
66
git tag "v$RELEASE"
77
git push --tags
88

9-
# push to pypi
10-
python setup.py sdist upload
11-
129
# clean and build new docs
1310
cd docs && make clean && make html && cd ..
1411

@@ -20,3 +17,6 @@ git add reference
2017
git commit -m "\"[update] docs refresh for $RELEASE\""
2118
git push origin HEAD:gh-pages
2219
git checkout master
20+
21+
# push to pypi
22+
python setup.py sdist upload

0 commit comments

Comments
 (0)