panda-re / panda

Platform for Architecture-Neutral Dynamic Analysis
https://panda.re
Other
2.45k stars 475 forks source link

Fix versioning in wheel uploads #1491

Closed lacraig2 closed 4 months ago

lacraig2 commented 4 months ago

PyPi does not allow the use of local versioning https://github.com/panda-re/panda/actions/runs/8561020755/job/23462413277#step:4:35

This seems to be failing with setuptools_scm

I have added code to get rid of the local version. Hopefully this will generate whl files that are acceptable to pypi