Skip to content

Commit 21baa62

Browse files
committed
update pypi-cleanup script [skip ci]
1 parent ed54140 commit 21baa62

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

sdk/python/clean-pypi.sh

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1-
pypi-cleanup -u flet -p flet-core -y -r '0.11.0.dev' --do-it
1+
# 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

Comments
 (0)