Fix pypi publish - #2
Merged
Merged
Conversation
arul-neeve
commented
Jul 15, 2026
Contributor
- Fix the file naming convention
- Add support for the windows and linux arm
- setup.py: fix bdist_wheel import to try setuptools.command.bdist_wheel
first (canonical since setuptools >= 70.1), fall back to wheel.bdist_wheel,
and handle the case where both imports fail (was producing py3-none-any.whl
on Windows and macOS arm64 due to silent ImportError)
- main.yml: rewrite build matrix to 7 platform-include entries with
_PYTHON_HOST_PLATFORM set per entry
- linux x86_64: manylinux_2_17_x86_64 (bare linux_x86_64 rejected by PyPI)
- linux aarch64: ubuntu-24.04-arm + manylinux_2_17_aarch64 (new)
- macos intel: macosx-10.9-x86_64 (was runner-specific macosx_15_0)
- macos arm64: macosx-11.0-arm64 (was producing py3-none-any.whl)
- windows amd64: win_amd64
- windows x86: 32-bit Python via arch:x86 on windows-latest + win32 (new)
- windows arm64: windows-11-arm native runner + win_arm64 (new)
- artifact name uses wheel-plat (not os) to avoid collision between the
two windows-latest entries
- spec: bump to v1.3, document CON-005/CON-006 (manylinux requirement,
macOS dash format), GUD-005, new AC-013..AC-017, updated §4.3/§4.6/§10
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.