junrushao opened a new pull request, #154: URL: https://github.com/apache/tvm-ffi/pull/154
This tool helps us properly generate a wheel's version tag. For example, say if my commit history is like this: ``` >>> git log --oneline 7f9966d (HEAD -> 2025-10-16/introduce-setuptools-scm) save 4d85510 (origin/2025-10-16/introduce-setuptools-scm) chore(build): Introduce `setuptools_scm` for better versioning ed47043 (upstream/main) [CMAKE] Detect endian when possible (#153) 8831e88 chore(build): Properly skip macOS cp38 (#152) 792dc01 (tag: v0.1.0.rc1, origin/upstream-main, upstream-main) [VERSION] formal bump to 0.1.0 (#148) d87502a chore(build): Skip Python 3.8 on arm64 macOS (#150) 9d54755 chore(release): Test wheel building on every `main` commit (#149) 42e0612 Introduce opaque ptr protocol (#147) d2e9aa6 chore(build): Distribute manylinux2014 wheels (#146) 5e2a0e5 Enable py38 build (#145) af25838 doc: split installation section (#144) af9fc06 (upstream/dev, upstream/HEAD) chore: enable issues (#141) 59c91c1 (tag: v0.1.0-rc) [TEST] Add testcase about subclassing an ffi.Function (#140) ``` Then the tool will automatically generate a version `0.1.0rc2.dev4+g7f9966d07.d20251016`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
