Skip to content

Commit 5c7e24f

Browse files
dbrattliclaude
andcommitted
chore: use static version in pyproject.toml
Remove pyproject.toml from release-please managed files and set version to 0.0.0 since we don't publish to PyPI. This fixes the CI build failure caused by release-please generating PEP 440 non-compliant versions like 5.0.0-alpha.20.1. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 17fb867 commit 5c7e24f

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "Fable.Python"
3-
version = "5.0.0-alpha.20.1"
3+
version = "0.0.0"
44
description = "Fable"
55
authors = [{ name = "Dag Brattli", email = "[email protected]" }]
66
requires-python = ">= 3.12, < 4"

release-please-config.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,7 @@
88
"bump-patch-for-minor-pre-major": true,
99
"include-component-in-tag": false,
1010
"include-v-in-tag": true,
11-
"changelog-path": "CHANGELOG.md",
12-
"extra-files": [
13-
{
14-
"type": "toml",
15-
"path": "pyproject.toml",
16-
"jsonpath": "$.project.version"
17-
}
18-
]
11+
"changelog-path": "CHANGELOG.md"
1912
}
2013
}
2114
}

0 commit comments

Comments
 (0)