From b69ce845878caf51cdef93ed9030c69d2d486548 Mon Sep 17 00:00:00 2001 From: Shunsuke Shibayama Date: Sun, 10 Sep 2023 13:22:46 +0900 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0a3aa11..130b754 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -57,6 +57,7 @@ jobs: # rustup target add ${{ matrix.target }} - name: upload run: | + cargo build --release python3 -m build --wheel twine upload -u mtshiba -p ${{ secrets.PYPI_PASSWORD }} dist/* # maturin publish -u mtshiba -p ${{ secrets.PYPI_PASSWORD }} --target ${{ matrix.target }} --skip-existing