8000 Auto-deploy via Travis CI upon tagged commit to master by thinkingserious · Pull Request #480 · twilio/twilio-python · GitHub
[go: up one dir, main page]

Skip to content

Auto-deploy via Travis CI upon tagged commit to master #480

8000
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 9, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Node is not Python
  • Loading branch information
thinkingserious committed Oct 9, 2019
commit 2b8aa8f0190fcc39a9f7b432ab3c1a2fffa96829
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ deploy:
skip_cleanup: true
on:
5161 tags: true
node: "3.6"
python: "3.6"
- provider: pypi
user: "__token__"
password:
secure: $PYPI_TOKEN
on:
tags: true
node: "3.6"
python: "3.6"
0