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

Support uploading heterogenous wheels #544

Merged
merged 1 commit into from
May 20, 2021

Conversation

ravenexp
Copy link
Contributor

@ravenexp ravenexp commented May 20, 2021

Lift the current implementation restriction where all uploaded wheels
must have identical metadata sets.

Provides a more reliable solution for #518 and supersedes #520

Lift the current implementation restriction where all uploaded wheels
must have identical metadata sets.
src/main.rs Show resolved Hide resolved
Copy link
Member

@messense messense left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@konstin
Copy link
Member

konstin commented May 20, 2021

Thank you!

@konstin konstin merged commit bfa9275 into PyO3:main May 20, 2021
bmwiedemann pushed a commit to bmwiedemann/openSUSE that referenced this pull request May 22, 2021
https://build.opensuse.org/request/show/894986
by user mia + dimstar_suse
- Update to 0.10.6
  * Fix build with the “upload” feature disabled by ravenexp
    gh#PyO3/maturin#548
- Changes in 0.10.5:
  * Add manylinux_2_27 support
    gh#PyO3/maturin#521
  * Add support for Windows arm64 target
    gh#PyO3/maturin#524
  * Always output PEP 600 platform tags
    gh#PyO3/maturin#525
  * Fix missing PyInit_<module_name> warning with Rust submodule
    gh#PyO3/maturin#528
  * Better cross compiling support for PyO3 binding on Unix
    gh#PyO3/maturin#454
  * Fix s390x architecture support
    gh#PyO3/maturin#530
  * Fix auditwheel panic with s390x wheels
    gh#PyO3/maturin#532
  * Support uploading heterogenous wheels by ravenexp
    gh#PyO3/maturin#544
  * Warn about pyproject.toml missing maturin version constraint
    gh#PyO3/maturin#545
@ravenexp ravenexp deleted the fix_upload_multiple branch May 11, 2022 12:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants