Skip to content
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

Publishing wheels fails -- claims invalid summary data. #5729

Closed
jleibs opened this issue Mar 29, 2024 · 1 comment · Fixed by #5730
Closed

Publishing wheels fails -- claims invalid summary data. #5729

jleibs opened this issue Mar 29, 2024 · 1 comment · Fixed by #5730
Labels
🪳 bug Something isn't working ⛴ release Related to shipping or publishing

Comments

@jleibs
Copy link
Member

jleibs commented Mar 29, 2024

https://github.com/rerun-io/rerun/actions/runs/8482563562/job/23242473062

image

Downloading the wheels and inspecting manually looks like the summary is fine though 🤔

>>> pkg = Wheel('rerun_sdk-0.15.0a5-cp38-abi3-macosx_10_12_x86_64.whl')
>>> pkg.summary
'The Rerun Logging SDK'
@jleibs jleibs added 🪳 bug Something isn't working ⛴ release Related to shipping or publishing labels Mar 29, 2024
@jleibs
Copy link
Member Author

jleibs commented Mar 29, 2024

Looks like we hit this: PyO3/maturin#1998

emilk pushed a commit that referenced this issue Mar 29, 2024
### What
 - Resolves: #5729

Pypi changed something in their parsing library that required an update
to maturin.
See: PyO3/maturin#1998

### Checklist
* [x] I have read and agree to [Contributor
Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and
the [Code of
Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md)
* [x] I've included a screenshot or gif (if applicable)
* [x] I have tested the web demo (if applicable):
* Using newly built examples:
[app.rerun.io](https://app.rerun.io/pr/5730/index.html)
* Using examples from latest `main` build:
[app.rerun.io](https://app.rerun.io/pr/5730/index.html?manifest_url=https://app.rerun.io/version/main/examples_manifest.json)
* Using full set of examples from `nightly` build:
[app.rerun.io](https://app.rerun.io/pr/5730/index.html?manifest_url=https://app.rerun.io/version/nightly/examples_manifest.json)
* [x] The PR title and labels are set such as to maximize their
usefulness for the next release's CHANGELOG
* [x] If applicable, add a new check to the [release
checklist](https://github.com/rerun-io/rerun/blob/main/tests/python/release_checklist)!

- [PR Build Summary](https://build.rerun.io/pr/5730)
- [Docs
preview](https://rerun.io/preview/7a22dce6927e560a74b212cee636ee75a250826a/docs)
<!--DOCS-PREVIEW-->
- [Examples
preview](https://rerun.io/preview/7a22dce6927e560a74b212cee636ee75a250826a/examples)
<!--EXAMPLES-PREVIEW-->
- [Recent benchmark results](https://build.rerun.io/graphs/crates.html)
- [Wasm size tracking](https://build.rerun.io/graphs/sizes.html)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🪳 bug Something isn't working ⛴ release Related to shipping or publishing
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant