Skip to content

Commit 608c778

Browse files
authored
ci: point version bumps to the correct python folder (#138)
Currently, we cannot create a new release due to the error: `FileNotFoundError: File not found: 'python/Cargo.toml'` This PR fixes the issue by pointing to the correct Python folder.
1 parent 866921d commit 608c778

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ search = 'version = "{current_version}"'
3434
replace = 'version = "{new_version}"'
3535

3636
[[tool.bumpversion.files]]
37-
filename = "python/Cargo.toml"
37+
filename = "crates/lance-graph-python/Cargo.toml"
3838
search = 'version = "{current_version}"'
3939
replace = 'version = "{new_version}"'
4040

0 commit comments

Comments
 (0)