From 8702fc5ed656a750ebbbae6d105338088089127c Mon Sep 17 00:00:00 2001 From: alemi Date: Mon, 9 Sep 2024 19:51:17 +0200 Subject: [PATCH] ci: fix python pattern key --- .github/workflows/python.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 23079c8..698ffaa 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -164,7 +164,8 @@ jobs: needs: [linux, windows, macos, sdist] steps: - uses: actions/download-artifact@v4 - pattern: codemp-py-* + with: + pattern: codemp-py-* - name: Publish to PyPI uses: PyO3/maturin-action@v1 env: