From 0634bd616c3ae34cd7a8eb77b461e575233375e1 Mon Sep 17 00:00:00 2001 From: Robin Quintero Date: Sat, 27 Apr 2024 16:33:41 -0500 Subject: [PATCH] fix(ci): update ci --- .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 d576409..06d0166 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -182,7 +182,7 @@ jobs: uses: PyO3/maturin-action@v1 with: command: upload - args: --non-interactive --skip-existing * + args: --non-interactive --skip-existing dist/* deploy-docs: runs-on: ubuntu-latest