Skip to content

Commit ff58bf2

Browse files
committed
dot-prefix version file
1 parent a81e30e commit ff58bf2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ experimental = true
6666
[tool.scikit-build.sdist]
6767
include = [
6868
"./VERSION",
69-
"./_git_commit.txt",
69+
".git_commit.txt",
7070
"./LICENSE",
7171
"THIRDPARTYNOTICES.txt",
7272
"version_provider.py",

version_provider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# so pip will complain when we install `tilelang-0.1.6.post2+gitxxxx.tar.gz`.
1515
# To workaround that, when building sdist,
1616
# we do not add version label and use a file to store the git hash instead.
17-
git_pin = ROOT / '_git_commit.txt'
17+
git_pin = ROOT / '.git_commit.txt'
1818

1919

2020
def _read_cmake_bool(i: str | None, default=False):

0 commit comments

Comments
 (0)