Skip to content

Commit 298d1f6

Browse files
committed
Merge pull request #37 from twitterdev/release-sign
[minor] updating release script to sign releases
2 parents 997441e + fc60fb7 commit 298d1f6

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)