From 65fa7f4a5cbbf2d24f72a6c876e6c9f111e66a31 Mon Sep 17 00:00:00 2001 From: dronperminov Date: Wed, 13 Sep 2023 18:38:01 +0300 Subject: [PATCH] force fix --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8f2ddb0..0d0179e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -34,4 +34,4 @@ jobs: run: | python3 -m build -w twine check dist/* - twine upload --repository pypi dist/* + twine upload --skip-existing --repository pypi dist/*