Skip to content

Commit

Permalink
Add EXPERIMENTAL to artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
mrclary committed Oct 13, 2022
1 parent 00e3e85 commit a317983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installers-conda/build_installers.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
if k == "spyder":
SPYVER = v[-1]

OUTPUT_FILE = DIST / f"{APP}-{SPYVER}-{OS}-{ARCH}.{EXT}"
OUTPUT_FILE = DIST / f"EXPERIMENTAL-{APP}-{SPYVER}-{OS}-{ARCH}.{EXT}"
INSTALLER_DEFAULT_PATH_STEM = f"{APP}-{SPYVER}"


Expand Down

0 comments on commit a317983

Please sign in to comment.