From 3e99d1fbaaf7cc3858ff706efb050a908e0894b4 Mon Sep 17 00:00:00 2001 From: Shunsuke Shibayama Date: Wed, 12 Apr 2023 00:26:44 +0900 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ac17a52..63b57a8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,4 +42,5 @@ jobs: pip3 install maturin - name: upload run: | - maturin publish -u mtshiba -p ${{ secrets.PYPI_PASSWORD }} + maturin publish -u mtshiba -p ${{ secrets.PYPI_PASSWORD }} --skip-existing + cargo clean