From 876788588baeb0e56c3c04221f2c6c865956f1da Mon Sep 17 00:00:00 2001 From: Pekka Enberg Date: Sun, 19 Jan 2025 13:42:00 +0200 Subject: [PATCH] github: Fix Python release workflow --- .github/workflows/python.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index ce14a0774..d6e02a69f 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -211,7 +211,16 @@ jobs: steps: - uses: actions/download-artifact@v3 with: - name: wheels + name: linux-wheels + - uses: actions/download-artifact@v3 + with: + name: macos-x86-wheels + - uses: actions/download-artifact@v3 + with: + name: macos-arm64-wheels + - uses: actions/download-artifact@v3 + with: + name: sdist-wheels - name: Publish to PyPI uses: PyO3/maturin-action@v1 env: