-
Notifications
You must be signed in to change notification settings - Fork 2
PXP-8399 Update cryptography and migrate to poetry #54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The style in this PR agrees with This formatting comment was generated automatically by a script in uc-cdis/wool. |
| - sed -i.bak "s/=get_version()/='$TRAVIS_TAG'/g" setup.py | ||
| - cat setup.py | ||
| - if [ $(python setup.py --version) == '0.0.0' ]; then travis_terminate 1; fi | ||
| - poetry config http-basic.pypi $PYPI_USER $PYPI_PASSWORD |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PYPI_USER and PYPI_PASSWORD need to be added to the encrypted travis env vars
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks
remove after_deploy
paulineribeyre
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm 😄
Modified .travis file for poetry use
Changed jwt auth_header test to account for change in return type
Please make sure to follow the DEV guidelines before asking for review.
New Features
Breaking Changes
pyJWT encode() now returns string instead of byte array
Bug Fixes
Improvements
Migrated to poetry for package management
Dependency updates
Deployment changes