bump version to 0.2.2
Release / Pre-release Check (push) Failing after 30s
Release / Build Artifacts (push) Has been skipped
Release / Publish to PyPI (push) Has been skipped
Release / Publish Release (push) Has been skipped

This commit is contained in:
2026-06-26 01:50:49 +08:00
parent 9285ae3782
commit 1eb7942aa9
5 changed files with 67 additions and 100 deletions
+1 -1
View File
@@ -215,7 +215,7 @@ class TestInstallEmbedPython:
packtool.install_embed_python("3.10", output_dir)
# Verify cache directory was created (now in tmp_path)
cache_dir = Path(packtool.DEFAULT_CACHE_DIR)
Path(packtool.DEFAULT_CACHE_DIR)
# Note: In test environment, cache might not persist due to mocking