From 2a7924c3a8289839548e5af8dd76af03cd9a4db5 Mon Sep 17 00:00:00 2001 From: Shunsuke Shibayama Date: Sun, 30 Apr 2023 21:46:31 +0900 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c992a15..ceeacb4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: rustup update stable cargo login ${{ secrets.CARGO_TOKEN }} chmod +x cargo_publish.sh - ./cargo_publish.sh + ./cargo_publish.sh --cargo-only pypi: strategy: matrix: