Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ab2a27 commit e3bccfaCopy full SHA for e3bccfa
1 file changed
run_release.py
@@ -225,7 +225,7 @@ def __init__(
225
first_state: Task | None = None,
226
) -> None:
227
self.tasks = tasks
228
- dbfile = Path.home() / ".python_release"
+ dbfile = Path.home() / f".python_release-{release_tag}"
229
self.db: ReleaseShelf = cast(ReleaseShelf, shelve.open(str(dbfile), "c"))
230
if not self.db.get("finished"):
231
self.db["finished"] = False
0 commit comments