Skip to content

Commit fc60fb7

Browse files
author
Brandon Black
committed
[minor] updating release script to sign releases
1 parent 997441e commit fc60fb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ git push origin HEAD:gh-pages
1919
git checkout master
2020

2121
# push to pypi
22-
python setup.py sdist upload
22+
python setup.py sdist upload --sign --identity="Twitter Ads API <[email protected]>"

0 commit comments

Comments
 (0)