Skip to content

Conversation

@nss10
Copy link
Contributor

@nss10 nss10 commented Nov 14, 2024

Breaking Changes

  • To be consistent with the behaviour of a dictionary, iterating through the config object would only yield a key instead of a key,value pair. Use .items() to replicate the key,value pair functionality.

paulineribeyre
paulineribeyre previously approved these changes Nov 14, 2024
@github-actions
Copy link

The style in this PR agrees with black. ✔️

This formatting comment was generated automatically by a script in uc-cdis/wool.

@nss10 nss10 requested a review from paulineribeyre November 15, 2024 15:36
with:
PYTHON_VERSION: '3.9'
# the package was registered under someone's personal test-pypi account, so we
# can't push there
Copy link

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?

Copy link
Contributor Author

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 😅

Copy link

@mfshao mfshao Nov 15, 2024

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

Copy link
Contributor Author

@nss10 nss10 Nov 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It appears there's no project named gen3Config on Test PyPI (link here). I believe we'll need to create one for the uc-ctds-test user. Is it something you can help me with @mfshao?

Copy link
Contributor

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

@nss10 nss10 requested a review from mfshao November 15, 2024 17:29
Copy link

@mfshao mfshao left a 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

@nss10 nss10 merged commit 28e4332 into master Nov 15, 2024
3 checks passed
@nss10 nss10 deleted the chore/change_config_iteration branch November 15, 2024 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants