mirror of https://github.com/pyodide/pyodide.git
Fix bump_version pattern for src/py/pyproject.toml
This commit is contained in:
parent
f92a7d1026
commit
8f71575dcc
|
@ -41,7 +41,7 @@ PYTHON_TARGETS = [
|
||||||
),
|
),
|
||||||
Target(
|
Target(
|
||||||
file=ROOT / "src/py/pyproject.toml",
|
file=ROOT / "src/py/pyproject.toml",
|
||||||
pattern=build_version_pattern("version = {python_version}"),
|
pattern=build_version_pattern('version = "{python_version}"'),
|
||||||
prerelease=True,
|
prerelease=True,
|
||||||
),
|
),
|
||||||
Target(
|
Target(
|
||||||
|
|
Loading…
Reference in New Issue