ci: Enable pypi publishing#243
Open
chtruong814 wants to merge 2 commits into
Open
Conversation
Signed-off-by: Charlie Truong <chtruong@nvidia.com>
Contributor
Comment on lines
103
to
105
| profile_default/ | ||
| ipython_config.py | ||
|
|
Contributor
There was a problem hiding this comment.
Unrelated
.python-version removal may surprise pyenv users
Removing .python-version from .gitignore means any developer using pyenv who has a local .python-version file will now see it as an untracked file in git status. If the intent is to commit a .python-version to pin the project Python version, that file should be added to the repo in this same PR. If this line was removed unintentionally, it should be restored.
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!
Signed-off-by: Charlie Truong <chtruong@nvidia.com>
kajalj22
previously approved these changes
Jul 8, 2026
balasaajay
previously approved these changes
Jul 8, 2026
Contributor
|
Want your agent to iterate on Greptile's feedback? Try greploops. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ci: Enable pypi publishing
We're going to publish 0.3.0 (already released) to pypi