diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b342114..be652cf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -294,7 +294,8 @@ jobs: - name: Build Wheel run: | pip install -r requirements.txt - python setup.py bdist_wheel + pip install . + python setup.py bdist_wheel --plat-name=${{ matrix.platform }} - name: Upload Artifacts uses: actions/upload-artifact@v4 with: