From 5f1d5e4a35676b06089cd54397ca8cb6988d6559 Mon Sep 17 00:00:00 2001 From: alemi Date: Sun, 17 Nov 2024 14:33:47 +0100 Subject: [PATCH] ci(py): fix features --- .github/workflows/python.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 8ad813f..b42478e 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -91,9 +91,11 @@ jobs: matrix: versions: - python: 3.8 - features: py-noabi + extra: '' + name: 'py' - python: 3.x - features: py + extra: '--no-default-features' + name: 'py-noabi' platform: - runner: windows-latest target: x64 @@ -114,12 +116,12 @@ jobs: working-directory: dist/py target: ${{ matrix.platform.target }} container: 'off' - args: --release --out ./build --features ${{ matrix.versions.features }} + args: --release --out ./build ${{ matrix.versions.extra }} --features py sccache: 'true' - name: Upload wheels uses: actions/upload-artifact@v4 with: - name: codemp-${{ matrix.versions.features }}-windows-${{ matrix.platform.target }} + name: codemp-${{ matrix.versions.name }}-windows-${{ matrix.platform.target }} path: dist/py/build macos: