Changes between Version 2 and Version 3 of ReleaseScript
- Timestamp:
- Mar 18, 2025, 12:03:37 PM (13 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified ReleaseScript
v2 v3 67 67 """ 68 68 69 PATH_TO_DJANGO = os.path.abspath(os.path.curdir) 69 70 70 71 def build_artifacts(): … … 82 83 subprocess.call(["git", "clean", "-fdx"]) 83 84 84 dist_path = os.path.join( os.path.abspath(os.path.curdir), "dist/")85 dist_path = os.path.join(PATH_TO_DJANGO, "dist/") 85 86 86 87 ## Build release files.