From 55ce2a11ff01d644e5d3e7a12b977aad077f3f18 Mon Sep 17 00:00:00 2001 From: Gaute Hope Date: Thu, 23 Jan 2025 09:36:02 +0100 Subject: [PATCH] ci: re-enable wheels on linux, win and mac --- .github/workflows/python.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index ebd8964..7c543c4 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -55,11 +55,11 @@ jobs: sccache: 'true' manylinux: auto - # - name: Upload wheels - # uses: actions/upload-artifact@v4 - # with: - # name: wheels-linux-${{ matrix.platform.target }} - # path: dist + - name: Upload wheels + uses: actions/upload-artifact@v4 + with: + name: wheels-linux-${{ matrix.platform.target }} + path: dist - name: pytest if: ${{ startsWith(matrix.platform.target, 'x86_64') }} @@ -146,11 +146,11 @@ jobs: target: ${{ matrix.platform.target }} args: --release --out dist sccache: 'true' - # - name: Upload wheels - # uses: actions/upload-artifact@v4 - # with: - # name: wheels-windows-${{ matrix.platform.target }} - # path: dist + - name: Upload wheels + uses: actions/upload-artifact@v4 + with: + name: wheels-windows-${{ matrix.platform.target }} + path: dist - name: pytest if: ${{ !startsWith(matrix.platform.target, 'aarch64') }} shell: bash @@ -182,11 +182,11 @@ jobs: target: ${{ matrix.platform.target }} args: --release --out dist sccache: 'true' - # - name: Upload wheels - # uses: actions/upload-artifact@v4 - # with: - # name: wheels-macos-${{ matrix.platform.target }} - # path: dist + - name: Upload wheels + uses: actions/upload-artifact@v4 + with: + name: wheels-macos-${{ matrix.platform.target }} + path: dist - name: pytest run: | set -e