Python wheels are gzipped instead of zipped #434
Labels
bug
Something isn't working
build
issues related to build tools, ci, etc.
help wanted
Extra attention is needed
py
For package upload to work properly with
python -m twine upload dist/*
the wheels should be zipped instead of gzipped. The gzip format causes the twine upload to fail with BadZipFile exception.Additionally the wheel files until 7.7.0 on https://pypi.org/project/rhino3dm have the rhino3dm and rhino3dm-x.yy.z-dist-info folders at the top. The current release workflow has an extra level in there that doesn't help. It appears that this extra level is itself an archive. This level appears to be the wanted zip file.
The text was updated successfully, but these errors were encountered: