-
Notifications
You must be signed in to change notification settings - Fork 0
Change the __iter__ implementation of the Config
#22
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. |
.github/workflows/pypi.yaml
Outdated
| with: | ||
| PYTHON_VERSION: '3.9' | ||
| # the package was registered under someone's personal test-pypi account, so we | ||
| # can't push there |
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.
is this true for this repo? if so can we move it out to gen3?
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 for the catch. I need to check on that. I got the pypi.yaml file from gen3utils and like a computer, my mind completely ignored the comments 😅
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.
yeah lets verify that and I believe if this package is under gen3 on pypi, I also need to config the pypi creds for this repo in order for this workflow to work
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.
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.
It'll be created automatically, we just need to remove this comment from here
mfshao
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.
i have added the creds to this repo
Breaking Changes
keyinstead of akey,valuepair. Use.items()to replicate thekey,valuepair functionality.