Replies: 4 comments 6 replies
-
I'm happy to review and merge your PRs. Since there are some goal differences between the type annotations in pandas and pandas-stubs, I do not feel comfortable merging PRs that are not from you @Dr-Irv or not approved by you (I think I align more with the goals of the pandas annotations). So far, I don't have any experience with publishing releases. If you need help, I might be able to help with pypi, but I'm reluctant to help with conda (I haven't used conda in ages and don't intent to use it in the future - poetry is sooo much better). It would be cool, if conda would just fallback on pypi (pandas-stub has no dependencies on non-python packages: there isn't really a need for conda). |
Beta Was this translation helpful? Give feedback.
-
Publishing is pretty easy. Once you publish to I will write a documentation page on the publication procedure. |
Beta Was this translation helpful? Give feedback.
-
I'm happy to review, but it would help me if I was requested. Have you thought about storing the wheel as an artifact on the build where the version is the date the wheel is built? This would make releasing as simple as uploading the already existing wheel. |
Beta Was this translation helpful? Give feedback.
-
I've documented the release procedure here: https://github.com/pandas-dev/pandas-stubs/blob/main/docs/release_procedure.md @twoertwein if you're willing to share that responsibility with me, I can add you as a maintainer on pypi. |
Beta Was this translation helpful? Give feedback.
-
For @twoertwein and @bashtage
I've been doing PRs without having them reviewed, but given that both of you are on the pandas core team and are making great contributions here, I'm wondering if I should now do my PRs and have either of you review/approve them, along with merging them in upon approval.
Can the two of you let me know if you would like to help out in that way?
Second question is whether either or both of you want to help out with making new releases and pushing them to pypi as well as becoming conda feedstock maintainers/approvals. Then those responsibilities don't only fall in my lap.
Beta Was this translation helpful? Give feedback.
All reactions