Skip to content

Commit

Permalink
Build manylinux wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
rickardp committed Oct 5, 2022
1 parent ba39806 commit 609fe23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- run: pip install --upgrade pip && pip install wheel
- run: pip install --upgrade pip && pip install wheel auditwheel
- name: Test
run: |
python setup.py test
Expand Down

0 comments on commit 609fe23

Please sign in to comment.