y-crdt/ypy

WASM wheel does not upload to PyPI

Waidhoferj opened this issue · 2 comments

WASM version of Ypy fails to upload to PyPI with the following error message:

HTTPError: 400 Bad Request from https://upload.pypi.org/legacy/        
         Binary wheel 'y_py-0.5.5-cp310-cp310-emscripten_3_1_14_wasm32.whl' has 
         an unsupported platform tag 'emscripten_3_1_14_wasm32'

Resources

@kafonek Any idea what the correct platform tag should be? cp3-none-any could be a default if it does not support the WASM label directly.

Duplicate of #96