From cd1492e257de2ee5dc51e6bdacc4882bb3f44cc4 Mon Sep 17 00:00:00 2001 From: Tsuki Date: Thu, 8 Jan 2026 17:07:22 +0800 Subject: [PATCH] sync --- .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 d06a504..7326391 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,9 +75,9 @@ jobs: - name: Build wheel (OSX - Linux) if: runner.os != 'Windows' - working-directory: rbufrp uses: PyO3/maturin-action@v1 with: + working-directory: rbufrp target: ${{ matrix.conf.target }} manylinux: ${{ matrix.conf.manylinux }} args: -i ${{ matrix.python-version }} --release --out dist