ziglang / zig-pypi

The Zig programming language, packaged for PyPI
https://pypi.org/project/ziglang/
MIT License
148 stars 16 forks source link

Build 32-bit Windows wheels #19

Closed agriyakhetarpal closed 4 months ago

agriyakhetarpal commented 4 months ago

Description

Closes #18

  1. Added x86-windows and the corresponding wheel tag to the dictionary
  2. Added .whl files to the .gitignore directory so that they are never pushed to the source
  3. Clarified some past comments about the availability of wheels on 32-bit Linux and ARMv7 Linux platforms.

Additional context

N/A

whitequark commented 4 months ago

Merged manually, thanks.

agriyakhetarpal commented 4 months ago

Thank you! Closing this.