Skip to content

Commit bdd4115

Browse files
authored
remove twine env vars (#5067)
1 parent 8e0c230 commit bdd4115

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

reflex/config.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -604,12 +604,6 @@ class EnvironmentVariables:
604604
# Whether to use Granian for the backend. By default, the backend uses Uvicorn if available.
605605
REFLEX_USE_GRANIAN: EnvVar[bool] = env_var(False)
606606

607-
# The username to use for authentication on python package repository. Username and password must both be provided.
608-
TWINE_USERNAME: EnvVar[str | None] = env_var(None)
609-
610-
# The password to use for authentication on python package repository. Username and password must both be provided.
611-
TWINE_PASSWORD: EnvVar[str | None] = env_var(None)
612-
613607
# Whether to use the system installed bun. If set to false, bun will be bundled with the app.
614608
REFLEX_USE_SYSTEM_BUN: EnvVar[bool] = env_var(False)
615609

0 commit comments

Comments
 (0)