From 035f91f39f4f63e261c4b188b8954ff11bf60580 Mon Sep 17 00:00:00 2001 From: Shunsuke Shibayama Date: Fri, 7 Apr 2023 11:33:20 +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 cbe333e..0d5b657 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,4 +42,4 @@ jobs: pip install maturin - name: upload run: | - maturin publish --release --target ${{ matrix.target }} -u mtshiba -p ${{ secrets.PYPI_PASSWORD }} + maturin publish -u mtshiba -p ${{ secrets.PYPI_PASSWORD }}