From 6785cd273cbfd3bf7fffb7ea4331a16b2df7a438 Mon Sep 17 00:00:00 2001 From: Francois Maillet Date: Fri, 26 Jul 2024 15:17:01 -0400 Subject: [PATCH] ci --- .github/workflows/CI.yml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 3589853..9df5d93 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -142,5 +142,37 @@ jobs: with: name: wheels-linux-x86_64 path: dist + - uses: actions/download-artifact@v4 + with: + name: wheels-linux-x86 + path: dist + - uses: actions/download-artifact@v4 + with: + name: wheels-linux-aarch64 + path: dist + - uses: actions/download-artifact@v4 + with: + name: wheels-linux-armv7 + path: dist + - uses: actions/download-artifact@v4 + with: + name: wheels-musllinux-x86_64 + path: dist + - uses: actions/download-artifact@v4 + with: + name: wheels-musllinux-x86 + path: dist + - uses: actions/download-artifact@v4 + with: + name: wheels-musllinux-aarch64 + path: dist + - uses: actions/download-artifact@v4 + with: + name: wheels-musllinux-armv7 + path: dist + - uses: actions/download-artifact@v4 + with: + name: wheels-sdist + path: dist - name: Publish release distributions to PyPI uses: pypa/gh-action-pypi-publish@release/v1