Skip to content

Commit

Permalink
Merge pull request #55 from datacamp/fix/rotate_token
Browse files Browse the repository at this point in the history
[CP-415] chore: update token
  • Loading branch information
TimSangster authored Jun 20, 2022
2 parents 6f668c3 + 2d05746 commit d10666d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ install: make install
script: make test
deploy:
provider: pypi
user: datacamp
username: "__token__"
password:
secure: fjc5BSgZs0PjB0zW2Es7cqVsLLS7N4SOtM+oONjR773hCfP8DX1X5tvYv+Fs7H0kCbQrzQMmKrV0NbtoqcsyOR2rTguyW06xmmQU6NeDRnoj6VFL1bSf0lelN5Q6zXnr2aoKmEUPQuyHDhMJ3N6yrBp8ss7P+iZMPNpIuSZ7b5zRo/AiEfQ/lF8flPx0s7h7vui7H3FVrqVyW1xwY4RCAS7Ui6Y6zqS3/zKRRAUhNWEhSNWHlil/oAstdDprDtpRWSHysO9rK/VX03aS18/7tU10kU4+HvkvPDiVBOg6zPce4PRp4ZMdJdUsWqDM+aIbgeH7pEmFuz9bTBUSw0BOWQ50hnKy56f8IwHkXenH5KKlTmFDlMpjfd6R9DjPBXO9VvChKP0BvJMvLAB6nbw1R0mgKjfjz37G4pa7YcRh1JbOhw6xq9hEqxeq8oPf6Qkb2mK4mHy4bqqIia7lsqa0iyW8mguc3JJvJXSJzSOYcf85WW3GFHzQH9e3bjSCtxMf03EaiId1UNkTiXXCC2XDqF2SoyUxAJKzhCMX+qie0LgPDRexv0sjJR/jojZZL6goImEKUDQ8IdW0cjc3Uhtq2aLNiXVrSIwvyvf2388BNwMctdEGkYIhfxcaeOsgGiLnk8nyqN7d27Mc4YgZgEf//+DUDCqItUwJrl7WkUapiLo=
secure: "CkEMnW7bE0qpaVVUUJDAv9hrkBfLOyOobvPad4KXBmSH+dGOvUxX+YmPR7DWCiWhe2jLtuGyhLp5aTbGbxDw58YF4s/mzqv1AWtncFYwLLGa5TvU4d05m595FTs6zawmV9WJCDOF+OqwoTt4AaSq+h+63eCuKkbrsZtsGyZp5X4wyP82W9WIZ2rWoyqB86uvpbpx7ylyrwzYAEzLkYsDEmUWGAoR4e/ULCGrdYzu+mOwGsqJqVq1+bePJwP9DnXFxeuAeDze6mgPlYTmqfcGw1W3MhtMvrlZBarsJ0jJoC04Aw4E9HV3ZYc6knD82NzQ58EftFh15BXYEbIyk/+iF8qy1scLW/R+klo90xPSHiAv8kZanEWZPzfA8Z5izOMPZi8PvoPltwzU3s5Lv2hPLsP/REdCcKKZserJWqU8vmU54ZUdxLZgHkggSkKmog2pwDnpnDgHuSvV8anyPXypJqdSRHliavLfEOF3mqUKVHl0dqQumGt0xndPJY/JWkz4fRceonusYNHJnLkqDZ5TAoaY877qMtZqWmFMvrlAt+Yd2wfDz60JubBYqBFGWC5NfizhaV/6sdQmeTOzFRIb1RD36+WopjJ9WBD8atP+6tt/px6GPVvh/6YCD+pgxKF4WUI1ohGdglLfUPSt9Uffiai5R3x+viwigULPpAUDlWg="
on:
tags: true
distributions: sdist bdist_wheel
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ install:
## test : run tests.
test :
pytest --cov=protowhat
codecov

## clean : clean up junk files.
clean :
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# protowhat

[![Build Status](https://travis-ci.org/datacamp/protowhat.svg?branch=master)](https://travis-ci.org/datacamp/protowhat)
[![codecov](https://codecov.io/gh/datacamp/protowhat/branch/master/graph/badge.svg)](https://codecov.io/gh/datacamp/protowhat)
[![PyPI version](https://badge.fury.io/py/protowhat.svg)](https://badge.fury.io/py/protowhat)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fdatacamp%2Fprotowhat.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fdatacamp%2Fprotowhat?ref=badge_shield)

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# protowhat deps
markdown2~=2.3.10
jinja2~=2.11.3
markupsafe==2.0.1

# test deps
pytest~=6.2.5
codecov~=2.1.12
pytest-cov~=2.12.1
bashlex~=0.15

Expand Down

0 comments on commit d10666d

Please sign in to comment.