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 ed54140 commit 21baa62Copy full SHA for 21baa62
sdk/python/clean-pypi.sh
@@ -1 +1,8 @@
1
-pypi-cleanup -u flet -p flet-core -y -r '0.11.0.dev' --do-it
+# set PYPI_CLEANUP_PASSWORD with pypi.org password
2
+VER="0.19.0.dev"
3
+pypi-cleanup -u flet -p flet -y -r $VER --do-it
4
+pypi-cleanup -u flet -p flet-core -y -r $VER --do-it
5
+pypi-cleanup -u flet -p flet-runtime -y -r $VER --do-it
6
+pypi-cleanup -u flet -p flet-embed -y -r $VER --do-it
7
+pypi-cleanup -u flet -p flet-fastapi -y -r $VER --do-it
8
+pypi-cleanup -u flet -p flet-pyodide -y -r $VER --do-it
0 commit comments