Skip to content

Commit 08a6f98

Browse files
committed
Updated changelog.
1 parent 9657a69 commit 08a6f98

File tree

4 files changed

+488
-15
lines changed

4 files changed

+488
-15
lines changed

docs/CHANGES.md

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ dependencies = [
7878
# https://numpy.org/devdocs/dev/depending_on_numpy.html#runtime-dependency-version-ranges
7979
"numpy>=1.25.0,<3",
8080
]
81-
version = "2025.4.19"
81+
version = "2025.4.20"
8282

8383
[project.urls]
8484
Homepage = "https://pymatgen.org"

tasks.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -227,11 +227,10 @@ def release(ctx: Context, version: str | None = None, nodoc: bool = False) -> No
227227
ctx.run("git push")
228228
release_github(ctx, version)
229229

230-
ctx.run("rm -f dist/*.*", warn=True)
231-
ctx.run("pip install -e .", warn=True)
232-
ctx.run("python -m build", warn=True)
233-
ctx.run("uv build", warn=True)
234-
ctx.run("uv publish", warn=True)
230+
# ctx.run("rm -f dist/*.*", warn=True)
231+
# ctx.run("pip install -e .", warn=True)
232+
# ctx.run("uv build", warn=True)
233+
# ctx.run("uv publish", warn=True)
235234

236235

237236
@task

0 commit comments

Comments
 (0)