Open
Conversation
Contributor
embetten
commented
Jan 21, 2026
- Update artifacts-credprovider version to 2.0.0
- Add chron schedule to pr build to avoid ado pipeline from being disabled
- Use public tools public feed in for pr build to unblock fork pr validation see Move tests directory to repository root #104
- Update cibuildwheel configuration:
- Remove duplicate setuptools and wheel installs
- Disable auditwheel repair on linux
- Updated macos deployment target
- Use artifacts feed for cibuild wheel python install
- Avoid patch elf on macos to avoid Failures to install patchelf on macOS-latest pypa/cibuildwheel#2649
Contributor
Author
cobya
reviewed
Jan 21, 2026
pyproject.toml
Outdated
| skip = ["*-manylinux_i686", "*-manylinux2014_i686", "*-musllinux*"] | ||
| manylinux-x86_64-image = "manylinux_2_28" | ||
| manylinux-aarch64-image = "manylinux_2_28" | ||
| # Disable auditwheel repair - the bundled .NET credential provider binaries |
Contributor
There was a problem hiding this comment.
IIRC I had this originally but had to remove it because it doesn't actually create manylinux_ wheels without a repair command, it will do specific Linux distros or a version that fails the pip install command from a python feed. Did we validate that the new linux wheels can be installed on different versions than what it was built on?
Contributor
Author
There was a problem hiding this comment.
This is an area I am not very familiar with, but it looks like the pipeline is creating the manylinux_x86_64 wheels but not manylinux_2_*. but can work to confirm these
This reverts commit 5676ae0.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.