Revision 81394c0a8153fa3ad41ee3cb987227c8ea043125 authored by Daniel Himmelstein on 12 February 2019, 02:47:25 UTC, committed by Daniel Himmelstein on 12 February 2019, 03:09:06 UTC
PyPI deployment failed with the following error in the Travis log

https://travis-ci.com/manubot/manubot/builds/100542829#L1061
```
HTTPError: 403 Client Error: Invalid or non-existent authentication information. for url: https://upload.pypi.org/legacy/
```

https://travis-ci.com/manubot/manubot/jobs/176983327#L1104:
```
Could not restore untracked files from stash entry
PyPI upload failed.
failed to deploy
```

Regenerated encyrpted password using:
```
travis encrypt --store-repo manubot/manubot --com --add deploy.password XXXXXXXXXXXX
```

See https://github.com/manubot/manubot/pull/97#issuecomment-462590972
1 parent fc67139
Raw File
LICENSE.md
# BSD 3-Clause License

_Copyright © 2017, The Greene Lab at the University of Pennsylvania_
<br>
_All rights reserved._

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

3. Neither the name of the copyright holder nor the names of its contributors
may be used to endorse or promote products derived from this software without
specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
back to top