Skip to content

Commit c8ab1ab

Browse files
committed
Use pypi-cleanup 0.1.4 [skip ci]
1 parent adbf44f commit c8ab1ab

File tree

3 files changed

+54
-53
lines changed

3 files changed

+54
-53
lines changed

sdk/python/clean-pypi.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# set PYPI_CLEANUP_PASSWORD with pypi.org password
2-
VER="0.21.0.dev"
2+
#VER="0\.22\.0\.dev"
3+
#VER="0\.21\.1"
34
pypi-cleanup -u flet -p flet -y -r $VER --do-it
45
pypi-cleanup -u flet -p flet-core -y -r $VER --do-it
56
pypi-cleanup -u flet -p flet-runtime -y -r $VER --do-it

sdk/python/poetry.lock

Lines changed: 51 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pillow = "^9.4.0"
2121
pre-commit = "^2.21.0"
2222
hypercorn = "^0.14.4"
2323
gunicorn = "^21.2.0"
24-
pypi-cleanup = "^0.1.4"
24+
pypi-cleanup = "0.1.4"
2525

2626
[build-system]
2727
requires = ["poetry-core"]

0 commit comments

Comments
 (0)