Skip to content

Commit

Permalink
Automated PyPI piblish on tags. (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukesneeringer authored Nov 15, 2017
1 parent 6aba938 commit 3bb723a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/google-cloud-dialogflow/.circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,10 @@ jobs:
- checkout
- run:
name: Set PyPI authentication.
command: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
command: |
echo "[server-login]" > ~/.pypirc
echo "username:dialogflow-pkgmgr" >> ~/.pypirc
echo "password:${PYPI_PASSWORD}" >> ~/.pypirc
- run:
name: Publish the module to PyPI.
command: python setup.py sdist upload

0 comments on commit 3bb723a

Please sign in to comment.