From 52d2b28e1588c790d38508fd76b0efa773136387 Mon Sep 17 00:00:00 2001 From: LippsApple Date: Tue, 11 Jun 2024 19:31:53 +0800 Subject: [PATCH] test python.yml --- .github/workflows/python.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 4de7d82..30251ca 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -153,8 +153,6 @@ jobs: steps: - name: Download artifact uses: actions/download-artifact@v4 - with: - path: $GITHUB_WORKSPACE/matcher_py/dist - name: Publish to PyPI uses: PyO3/maturin-action@v1 env: @@ -163,4 +161,3 @@ jobs: command: upload args: --non-interactive --skip-existing wheels-*/* rust-toolchain: nightly - working-directory: matcher_py