-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BLD: drop options.package_data
from setup.cfg
#46271
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
I think you need to trigger the sdist build. |
It looks like the sdist build ran? https://github.com/pandas-dev/pandas/runs/5470020092?check_suite_focus=true#step:5:856. There you can see that the The test failures are unrelated, due to #46274 |
Now it is possible to inspect the sdist that is built, to see what was included and for debugging. Inspired by needing to see what was acutally included in the sdist at pandas-dev#46271
If we wait for #46277 to land then we can manually inspect that this PR does not affect the sdists (at least the linux build on CI) |
* BLD: Upload sdist artifact from CI Now it is possible to inspect the sdist that is built, to see what was included and for debugging. Inspired by needing to see what was acutally included in the sdist at #46271 * BLD: fix artifact name Got this error before: Error: Artifact name is not valid: refs/pull/46277/merge-3.8-sdist.gz. Contains the following character: Forward slash / This is more precise anyways. * BLD: Drop SHA from sdist artifact name Per #46277 (comment)
* BLD: Upload sdist artifact from CI Now it is possible to inspect the sdist that is built, to see what was included and for debugging. Inspired by needing to see what was acutally included in the sdist at pandas-dev#46271 * BLD: fix artifact name Got this error before: Error: Artifact name is not valid: refs/pull/46277/merge-3.8-sdist.gz. Contains the following character: Forward slash / This is more precise anyways. * BLD: Drop SHA from sdist artifact name Per pandas-dev#46277 (comment)
This pull request is stale because it has been open for thirty days with no activity. Please update and respond to this comment if you're still interested in working on this. |
Add a note about why we ``` graft pandas/_libs/src graft pandas/_libs/tslibs/src ``` per https://github.com/pandas-dev/pandas/pull/41977/files#r650501025 Move versioneer.py up to the top with the "top-level" stuff. Delete a few redundant includes that are already included from the `graft pandas` and not excluded anywhere else.
These two glob patterns are already covered because: - They are listed in MANIFEST.in AND - include_package_data is set to True See pandas-dev#46270
ca5320a
to
a009466
Compare
OK, so I downloaded the python 3.9 and ran
I checked each of these and they look as expected. So I think that this doesn't introduce any other changes? @fangchenli any other things to check, or is this good to merge? Thanks! |
thanks @NickCrews |
* BLD: Upload sdist artifact from CI Now it is possible to inspect the sdist that is built, to see what was included and for debugging. Inspired by needing to see what was acutally included in the sdist at pandas-dev#46271 * BLD: fix artifact name Got this error before: Error: Artifact name is not valid: refs/pull/46277/merge-3.8-sdist.gz. Contains the following character: Forward slash / This is more precise anyways. * BLD: Drop SHA from sdist artifact name Per pandas-dev#46277 (comment)
options.package_data
from setup.cfg #46270doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.@fangchenli it looks like you have a lot of history here