Skip to content

Commit 40ce625

Browse files
committed
Avoid pypi bundle bloat.
1 parent be57027 commit 40ce625

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ compile_frontend:
3030
rsync -av dist/ ../gpt_code_ui/webapp/static
3131

3232
bundle_pypi:
33-
rm -rf dist && \
33+
rm -rf dist build && \
3434
python3 setup.py sdist bdist_wheel
3535

3636
upload_pypi:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name='gpt_code_ui',
10-
version='0.42.22',
10+
version='0.42.26',
1111
description="An Open Source version of ChatGPT Code Interpreter",
1212
long_description=long_description,
1313
long_description_content_type='text/markdown', # This field specifies the format of the `long_description`.

0 commit comments

Comments
 (0)