Skip to content

Commit

Permalink
fix: fix build exe
Browse files Browse the repository at this point in the history
Signed-off-by: loonghao <[email protected]>
  • Loading branch information
loonghao committed Aug 10, 2024
1 parent 5476aa6 commit 0f4665d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nox_actions/release.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Import built-in modules
import argparse
import os
import shutil
import subprocess
import zipfile

Expand Down Expand Up @@ -37,7 +36,6 @@ def build_exe(session: nox.Session) -> None:

if args.release:
temp_dir = os.path.join(THIS_ROOT, ".zip")
shutil.rmtree(temp_dir, ignore_errors=True)
version = str(args.version)
print(f"make zip to current version: {version}")
os.makedirs(temp_dir, exist_ok=True)
Expand Down

0 comments on commit 0f4665d

Please sign in to comment.