Skip to content

Commit

Permalink
Revert "trial replace python setup.py bdist_wheel -j 4"
Browse files Browse the repository at this point in the history
This reverts commit a2c943d.
  • Loading branch information
Thomasb81 committed Jul 14, 2024
1 parent cc4ec3f commit 450270d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,8 @@ jobs:
# Use them with `-j 4` flag
- name: Build Library
run: |
#python setup.py bdist_wheel -j 4
#auditwheel repair --plat manylinux_2_31_x86_64 dist/*.whl
pip install .
python setup.py bdist_wheel -j 4
auditwheel repair --plat manylinux_2_31_x86_64 dist/*.whl
- name: Archive Artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 450270d

Please sign in to comment.