Skip to content

Commit e09d82a

Browse files
committed
Tweak name of Python bundle.
1 parent 9301c95 commit e09d82a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/build_bundles.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def build_bundle(lib_location, bundle_version, output_filename,
118118
bundle_version = bundle_version.stdout.strip().decode("utf-8", "strict")
119119

120120
zip_filename = os.path.join(output_dir,
121-
'adafruit-circuitpython-bundle-{VERSION}.zip'.format(
121+
'adafruit-circuitpython-bundle-py-{VERSION}.zip'.format(
122122
VERSION=bundle_version))
123123
build_bundle(bundle_lib_location, bundle_version, zip_filename)
124124
os.makedirs("build_deps", exist_ok=True)

0 commit comments

Comments
 (0)