Skip to content

Commit

Permalink
Updare release publish and password.
Browse files Browse the repository at this point in the history
  • Loading branch information
adiroiban committed Jul 11, 2016
1 parent 2816c8a commit 25350df
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,11 @@ deploy:
# Gmail. It uses a random password which was not recorded in plain text.
user: twistedchecker-robot
password:
secure: VS3uq3pdprwQUQmMFlS0ieXTX7UKvNjAQi/6CXfxqcJVlExVojsiSwOIgE76r74TuLRKDzlYD+G6dGkvaRmlfV2GVMhChUCN71Y0QtFPB68M9MuFyf/ICHb0zhs2f53/86m+ThphCOQwnOYxDeramR4TAsQR95buDO2Ko590vnQ=
secure: Ah71pNOKdOqiL4OuNW3R0XM4lz4wpqHVM5xLFr+rrHNjM4jEh+ZjSmkOH8HiWmE1rCWUFBomap0vuEL8de5lucHcPwpA9fXmXGlUrKcJfjEA7Qp/oSP5nmf8cLb1zS62e/SYoxC5jTRGpCAXd0PZd5Mu4QG7MJFmT5l1xz0q2eQ=
on:
tags: true
# Only replease from a single job.
condition: "$TOX_ENV = py27-tests"
# All branches is still required.
# https://github.com/travis-ci/travis-ci/issues/1675
all_branches: true
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,10 @@ Check pyflakes status ignoring functional tests
(#68 some day we might use twistedchecker on itself)::

python check_pyflakes.py twistedchecker/

Releasing a new version is done via Travis-CI.
First commit the version update in a master and wait for test to pass.
Create a tag on local branch and then push it::

git tag 1.2.3
git push --tags

0 comments on commit 25350df

Please sign in to comment.