From 88c88c0c5e90cb31a29b0a86cd1a77554c6817ec Mon Sep 17 00:00:00 2001 From: yuli Date: Mon, 13 Jul 2026 20:25:50 +0300 Subject: [PATCH] ci: twine --skip-existing Co-Authored-By: Claude Opus 4.8 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a844d63..c8545fc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,4 +84,4 @@ jobs: TWINE_USERNAME: __token__ TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }} run: | - twine upload dist/* || true + twine upload --skip-existing dist/*