<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <b>tldr</b>: is there a way to upload package to hackage from Travis
    automatically and safely (hiding password to hackage account)?<br>
    <br>
    Several days ago I discovered Travis ( <a class="moz-txt-link-freetext" href="http://travis-ci.org/">http://travis-ci.org/</a> ) -
    nice open source build-service, easy to start and monitoring.<br>
    I've configured some github projects and add build status to it's
    readme. It's usable to know how is your haskell package building on
    separate fresh machine.<br>
    <br>
    Following git-flow developing model there is a develop branch for
    snapshots and master branch for release. That why every commit in
    master branch should produce new release build ⇒ every commit in
    master branch should produce new hackage build upload. And also it
    will be nice to have that routine process done automatically.<br>
    <br>
    It could be done using cabal-upload tool and --username and
    --password options. But it means that .travis.yml file should
    contain my hackage-password <span id="result_box"
      class="short_text" lang="en"><span class="hps">explicitly. <br>
        How can I avoid that?<br>
      </span></span>
    <pre class="moz-signature" cols="72">-- 
Best regards,
dmitry malikov
!</pre>
  </body>
</html>