zig-pypi icon indicating copy to clipboard operation
zig-pypi copied to clipboard

The Zig programming language, packaged for PyPI

Results 4 zig-pypi issues
Sort by recently updated
recently updated
newest added

Using an `os.exec*` function, when available (Unix, Windows) will replace the Python wrapper process, rather than keeping it around until zig has finished. This saves memory and makes processes easier...

This enables running it directly without `python -m ziglang` Also builds a universal py2/py3 wheel

## Description Partially addresses issues raised in #20. This PR adds a workflow to release wheels to PyPI and sign them. These changes are in response to the comment: >...

I notice that the wheels currently have hardcoded platform tags that do not check for GLIBC version constraints or the macOS version constraints, and therefore might not be repaired fully,...