-
Notifications
You must be signed in to change notification settings - Fork 0
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
Refactor packaging and test #5
base: master
Are you sure you want to change the base?
Conversation
Added config parser to dynamically reload config without restarting the service
…into stubbing_and_config
…path for config Switched comments to ;s
deploy: | ||
provider: pypi | ||
repository: https://pypi.fury.io/geben/ | ||
password: '2fGzvp-gDf95Ygur9Hl5oaPOLD1L0NKYdM' |
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.
As this repo is pubic this password is disabled, You can encrypt secrets in Travis https://docs.travis-ci.com/user/encryption-keys/
|
||
deploy: | ||
provider: pypi | ||
repository: https://pypi.fury.io/geben/ |
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.
This is my account on https://gemfury.com/
You can either set up your own account. Use my referral: https://www.fury.co/r/WbX2giralw
or you can upload this package to https://pypi.org/ only doing that you need to be more careful about package versioning in case someone uses it.
@@ -0,0 +1 @@ | |||
__version__ = '0.0.1' |
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.
when you want to make a new version you just increase this number and commit
No description provided.