Skip to content

Commit 37d4d13

Browse files
committed
reset RELEASE var to false and removed build folder
1 parent 5b21a40 commit 37d4d13

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ __pycache__/
2424

2525
# Distribution / packaging
2626
.Python
27+
build/
2728
develop-eggs/
2829
dist/
2930
downloads/

streamlit_condition_tree/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import streamlit as st
44
import streamlit.components.v1 as components
55

6-
_RELEASE = True
6+
_RELEASE = False
77

88
if not _RELEASE:
99
_component_func = components.declare_component(

0 commit comments

Comments
 (0)