From 3b1e46ef667afcdb17f1afb68f55510351b4748b Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Thu, 16 Nov 2023 09:10:44 +1100 Subject: [PATCH] Move wheels into dist.zip --- .github/workflows/wheels.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 0e81254ac..6bb23a250 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -49,6 +49,7 @@ jobs: - uses: actions/checkout@v4 with: submodules: true + - name: Build wheels uses: pypa/cibuildwheel@v2.16.2 with: @@ -60,8 +61,10 @@ jobs: CIBW_MANYLINUX_PYPY_X86_64_IMAGE: ${{ matrix.manylinux }} CIBW_MANYLINUX_X86_64_IMAGE: ${{ matrix.manylinux }} CIBW_TEST_SKIP: "*-macosx_arm64" + - uses: actions/upload-artifact@v3 with: + name: dist path: ./wheelhouse/*.whl sdist: