Skip to content

Fix pypi publish - #2

Merged
arul-neeve merged 4 commits into
mainfrom
fix-pypi-publish
Jul 15, 2026
Merged

Fix pypi publish#2
arul-neeve merged 4 commits into
mainfrom
fix-pypi-publish

Conversation

@arul-neeve

Copy link
Copy Markdown
Contributor
  • Fix the file naming convention
  • Add support for the windows and linux arm

arul-neeve and others added 4 commits July 15, 2026 23:33
- 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>
@arul-neeve
arul-neeve merged commit d0ea29e into main Jul 15, 2026
9 checks passed
@arul-neeve
arul-neeve deleted the fix-pypi-publish branch July 15, 2026 18:40
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.

1 participant