pyodide / pyodide-build

Tool for building packages targeting Pyodide
Mozilla Public License 2.0
5 stars 5 forks source link

Use hatch-vcs for versioning pyodide-build #4

Closed ryanking13 closed 2 months ago

ryanking13 commented 2 months ago

Instead of updating the version number manually, this use hatch-vcs and use git metadata to handle the version. Just same as micropip and pytest-pyodide.

ryanking13 commented 2 months ago

As far as I know, It just calculates the version by climbing up the git commit-tree and looking at the version of the closest tag.