-
In this FOSS project I use the Here is a Dockerfile I’ve used to test FROM python:3.11-alpine
COPY dist/ .
RUN pip3 install punwrap-0.2.3-cp311-cp311-musllinux_1_2_x86_64.whl Here is the output I get running
In the Docker container,
For context, wheels I build for I notice that the built extension ( |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
How did you build |
Beta Was this translation helpful? Give feedback.
No, that one is a binary crate. For extension module, you can replicate https://github.com/messense/py-dissimilar/blob/main/.github/workflows/CI.yml