Skip to content

Commit

Permalink
travis/appveyor: update pypi encrypted password
Browse files Browse the repository at this point in the history
  • Loading branch information
anthrotype committed Oct 2, 2018
1 parent 05c8d2e commit e943741
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ env:
# skip 2.7, 3.4 and 3.5: for now, only build for >= 3.6 64-bit
- CIBW_SKIP="cp27-* cp33-* cp34-* cp35-* cp*manylinux1_i686"
- TWINE_USERNAME="anthrotype"
- secure: UpYAJa1XUkWxS3e/dMOwkRqUrX26qRvFwdmwNtBcVnGFCGq6K/x/LzSQFWE2az4tLX3So/hUeOfanILmw25CgWDVfGeVXw9WxRL+/7n5nKlpRp4ImA5vrouh0b3Gm5ey5bL+friTC/p5kXT0TGf4Mun+abb5vp2MFPMs6prHqQKn/10JDiS5XNApsVYBnLU6e5uU0VJgId0IlVtZ+lqxA+heI5fknaRE5mVwjidYURvzVZZi8XcoG4kzHLmOKGLI1vUwQ0M7FaE9BuhCMD21jipeiuS7vxlfXNlLGlM61bItGsz84amKHudWYlA8CKavKdHq3J685DbGhmafvcvAQ8W5o7Ra5IAUVFIYjj07eDa5PBz22yYvSBlwP0WD1GUWd0avxHvact6AcdfntqZcEZsNuevCoizY/YYVjytGjdxqlx/tZbok0t/JUlShgr/65ZiAwo+/GCS4bDdoVjt9snR/0nqaZDzyyLmfScNapudeLaxeqkaGEruHlynSwfhwZjbKi3zshgmRrxtU3MTKR5MQrPpzOLhoE3WW87g5LtKzWCpTKjNV+fdBsDxEYTeQr8ukzLWnJ6pCsLLeWS5Qe4PmBVyDNUHFuxzhj16ZZiJogcUhv7LSfgUBnqMhZtnI90yjH+u3QJT64cTmzHLdge6lk3/ThjSK6iZzRMwktLI=
- secure: SwZeTC36Yw8y6ksafqiVl0al/9zbq465vZKi1B/QecZEkfGOKau/Zn6robMa7MHrQIlnx8ri/L/tLzBEZXPIFlg0o5myW3LJ7q2ygeWztCHCEFfI/DhXK1zdtwXKXJhV/xyuizXPUvWSP1YgIgTmUS5iatfJJgKs+Jl1SFm7Q+R84PCjowhBdjx/azfaVrpTX0z4S+knsTHH2E6PP8hUx3CvfxJj0uae1qyIU8NgjpbuJhJGLO5hcZtP3Ci3kkFoojpBTe6AjY/H40ZF058YdQlzPYPWf4JScZDAbr6HcqyyaG2RQ9emHeyOKQjZAf0IG2G2YICE3OhtEDUIw7sdos97Fb5JS9sVPAmaCP6ouJbxZZOHr7ZejtXT2hOtJbTFa7FSpVqOpLvhlAryFIUe+by2ufbJYGhYrndbrCbt5JG8jXovhh+dHWLP5E0u6QyJ/2daTx2jEFJVn5gq1EjxP1QxK5jRSBBDVxHvA5+qRnhQHGOb6h1jixFZ+IKsLtHT9nNezzEWusjmeXL3dnu76Za+8YnJEudn0UHp16WUDiiFclroGiboctxyWf4NhnYC8v39RXW9pNkmy00ibSiN5wR8tPvOTFMEp1YJ2vbUu7hqQjnW/xNmntBp9cWUr3ZItFCmF2od+l2ci6bSDZFxRo4KdL1NJml6jwigiLyIA+k=

matrix:
include:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ environment:
CIBW_SKIP: "cp27-* cp33-* cp34-* cp35-*"
TWINE_USERNAME: "anthrotype"
TWINE_PASSWORD:
secure: GAcVA2ouFVI7CxpQ6vdsCQ==
secure: H3o/uI5KfKGTFumKKW68hg==

install:
- python -m pip install --upgrade pip
Expand Down

0 comments on commit e943741

Please sign in to comment.