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