diff options
author | Stefan Behnel <stefan_ml@behnel.de> | 2022-08-03 11:04:40 +0200 |
---|---|---|
committer | Stefan Behnel <stefan_ml@behnel.de> | 2022-08-03 11:04:40 +0200 |
commit | a7dbdebdc076b18c7a4b442ee2523411184ac085 (patch) | |
tree | ac8e30251efc5ef95bbfc67175a73a5fdd3131b4 /.github | |
parent | c1af54fb1d20cc14adca8c0f4fe60160ed6a1868 (diff) | |
download | cython-a7dbdebdc076b18c7a4b442ee2523411184ac085.tar.gz |
Use "compile all" CI builds to create generic wheels to allow comparing their size to the standard wheels.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a03a417cf..a119d39a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -260,7 +260,7 @@ jobs: - name: Upload wheels uses: actions/upload-artifact@v3 with: - name: wheels-${{ runner.os }} + name: wheels-${{ runner.os }}${{ matrix.extra_hash }} path: dist/*.whl if-no-files-found: ignore |