You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* pandoc_download: Improve error for unsupported architecture
Show which arch was detected in the error message
* ci: Use cibuildwheel to build binary wheels
- pypandoc-1.9.tar.gz
Same as earlier, uses setup.py command to create file
- pypandoc-1.9-py3-none-any.whl
Same as earlier, uses setup.py command to create file
- pypandoc_binary-1.9-py3-none-win32.whl
Identical to earlier file - generated using cibuildwheel now. I don't have a win32 machine and so unable to test it. But it is identical to the older wheel for win32
- pypandoc_binary-1.9-py3-none-win_amd64.whl
New file - similar to win32. Tetsted with my local windows - works fine.
- pypandoc_binary-1.9-py3-none-macosx_10_15_x86_64.whl
Not generated anymore (see next line)
- pypandoc_binary-1.9-py3-none-macosx_10_9_x86_64.whl
New file - similar to 10_15 but now supports older MacOS versions ^_^/ I don't have a max and so unable to test it. But identical to the older wheel for macos
- pypandoc_binary-1.9-py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
New file. Tested with my local ubuntu 18.04 works fine and can support older linux versions also
- pypandoc_binary-1.9-py3-none-musllinux_1_1_x86_64.whl
New file - I haven't been able to test this yet
0 commit comments