Changes between Version 2 and Version 3 of ReleaseScript


Ignore:
Timestamp:
Mar 18, 2025, 12:03:37 PM (13 days ago)
Author:
Natalia Bidart
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified ReleaseScript

    v2 v3  
    6767"""
    6868
     69PATH_TO_DJANGO = os.path.abspath(os.path.curdir)
    6970
    7071def build_artifacts():
     
    8283subprocess.call(["git", "clean", "-fdx"])
    8384
    84 dist_path = os.path.join(os.path.abspath(os.path.curdir), "dist/")
     85dist_path = os.path.join(PATH_TO_DJANGO, "dist/")
    8586
    8687## Build release files.
Back to Top