We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d64ba8d commit 786ebdbCopy full SHA for 786ebdb
Taskfile.yml
@@ -75,7 +75,8 @@ tasks:
75
msg: "PYPI_TOKEN is not set -- Add PYPI_TOKEN=... to .env file"
76
cmds:
77
- echo "Publishing to PyPI"
78
- - uv run reflex component build
+ # - uv run reflex component build # Until https://github.com/reflex-dev/reflex/issues/5114 is resolved
79
+ - uvx reflex==0.7.5 component build
80
- uv publish --token $PYPI_TOKEN
81
82
manual-publish-docs:
0 commit comments