From 4ee472bd5cdd865ffaced7e5271feeb35c0a608c Mon Sep 17 00:00:00 2001 From: Norman Rzepka Date: Thu, 11 Jul 2024 15:30:16 +0200 Subject: [PATCH] ci --- .github/workflows/python-module.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-module.yml b/.github/workflows/python-module.yml index f023b5f..79d9b07 100644 --- a/.github/workflows/python-module.yml +++ b/.github/workflows/python-module.yml @@ -94,8 +94,9 @@ jobs: pytest tests - uses: actions/upload-artifact@v4 + if: ${{ matrix.python-version == '3.12' }} with: - name: wheels-mac-py${{ matrix.python-version }} + name: wheels-mac path: ./python/dist/*.whl build_win: @@ -134,8 +135,9 @@ jobs: pytest tests -k "not big_read" - uses: actions/upload-artifact@v4 + if: ${{ matrix.python-version == '3.12' }} with: - name: wheels-win-py${{ matrix.python-version }} + name: wheels-win path: ./python/dist/*.whl publish: