Skip to content

Commit

Permalink
Removing credentials and setting vars (#7)
Browse files Browse the repository at this point in the history
These shouldn't have been here.  They've been rotated.
  • Loading branch information
treber-fool authored Oct 7, 2020
1 parent 282a44f commit 3492264
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ scripts: echo no-tests
deploy:
provider: pypi
server: https://nexus.fool.com/repository/fool-python/
username: 0RLgWU5S
password: 6lSoJ2Ic_pSS81YujMXTvuXf1CLhWg_HadlfFN3er3WX
username: $PYPI_USERNAME
password: $PYPI_PASSWORD
skip_existing: true
on:
tags: true

0 comments on commit 3492264

Please sign in to comment.