Skip to content

Commit 786ebdb

Browse files
committed
use reflex 0.7.5 to publish (because of unresloved reflex issue)
1 parent d64ba8d commit 786ebdb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Taskfile.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ tasks:
7575
msg: "PYPI_TOKEN is not set -- Add PYPI_TOKEN=... to .env file"
7676
cmds:
7777
- echo "Publishing to PyPI"
78-
- uv run reflex component build
78+
# - uv run reflex component build # Until https://github.com/reflex-dev/reflex/issues/5114 is resolved
79+
- uvx reflex==0.7.5 component build
7980
- uv publish --token $PYPI_TOKEN
8081

8182
manual-publish-docs:

0 commit comments

Comments
 (0)