-
Notifications
You must be signed in to change notification settings - Fork 56
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
TODO - How to update your package name / prevent name overlap by adding your github to the package name #261
Comments
Note: I had errors when I renamed to a name with hyphens. I think your documentation already mentioned something about that, but it was on a previous page. Here is the error that pointed me to renaming that; hatch seemed to be looking for the same folder name but with underscores instead of hyphens:
References: https://hatch.pypa.io/dev/tutorials/environment/basic-usage/#locating-environments |
Just found out there is a command to prune (delete all) or remove (delete named) environments in hatch:
Those might be better than locating and manually deleting environments. |
This might be a duplicate of #244, or maybe it is just related. |
thank you... let's see what @Tyler-Bonnell thinks about the change. i did just merge it!! but actually i think you have a bit more information related to hatch and environments potentially here too. i can look at this more closely later or someone else in our team can do it! |
@all-contributors add @pb-413 for code, review |
Glad to see this is a TODO:
https://github.com/pyOpenSci/python-package-guide/blob/a9fc8c19b1b63113fea3b66bd06177c53be2aa5a/tutorials/publish-pypi.md?plain=1#L206C1-L213C4
I will document the steps I take here; if desired, I can make a PR with changes that walk a reader through these steps.
Also, we should consider updating earlier steps (if we want to avoid needing to rename) to create the tutorial package with a better name. e.g.
hatch new pyospackage_<your-github-here>
,hatch new pyospackage_pb-413
.The text was updated successfully, but these errors were encountered: