Closed ibell closed 2 years ago
Hi @ibell,
For custom images, I would recommend to fork the repository and change the image name in Dockerfile
:
https://github.com/RalfG/python-wheels-manylinux-build/blob/04384c17f839cf45d096da094f8f8b0ca5017f1e/Dockerfile#L1
Then, create a new custom release on your repository, for instance called v0.3.4-ibellbelli/manylinuxclang
. Then the action should work with the following name:
[...]
- name: build and upload manylinux wheels
uses: ibell/python-wheels-manylinux-build@v0.3.4-ibellbelli/manylinuxclang
[...]
I need a very brand spanking new version of clang to build my package (the current manylinux image doesn't cut it). So I made a manylinux container at https://hub.docker.com/r/ibellbelli/manylinuxclang with the new clang stuff, and I tried to add that to my call of this action, but it didn't work. I'm not sure if it ever can work with a truly custom docker image, but I'd like it to.
My failing example:
but no dice: