From 51a1d07bba4507b9c79bbe4e52d387b978f32d14 Mon Sep 17 00:00:00 2001 From: Isotr0py <41363108+Isotr0py@users.noreply.github.com> Date: Mon, 15 Apr 2024 13:17:35 +0800 Subject: [PATCH] :bug: (CI): fix pypi upload --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8249dd6..8f61bd4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -196,7 +196,7 @@ jobs: MATURIN_REPOSITORY_URL: https://test.pypi.org/legacy/ with: command: upload - args: --non-interactive --skip-existing * + args: --non-interactive --skip-existing wheels-*/* - name: Publish to PyPI if: ${{ !contains(github.ref, 'alpha') && !contains(github.ref, 'beta') && !contains(github.ref, 'dev') }} uses: PyO3/maturin-action@v1 @@ -204,4 +204,4 @@ jobs: MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }} with: command: upload - args: --non-interactive --skip-existing * + args: --non-interactive --skip-existing wheels-*/*