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: