Skip to content

Commit

Permalink
(CI|CD): fix typo in manylinux workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wpumacay committed Dec 4, 2023
1 parent c45b08a commit b2c2101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd-deploy-manylinux-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Build bdist wheel
run: |
cd /src
/opt/python/${{ matrix.py-version }}/bin/python setup.py bidst_wheel
/opt/python/${{ matrix.py-version }}/bin/python setup.py bdist_wheel
auditwheel repair dist/*.whl
ls wheelhouse
Expand Down

0 comments on commit b2c2101

Please sign in to comment.