We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1e0fbb commit afcc99eCopy full SHA for afcc99e
.github/workflows/wheels.yml
@@ -82,7 +82,7 @@ jobs:
82
- uses: actions/setup-python@v3
83
84
- name: Update pip/pipx
85
- run: pip install --upgrade pip pipx
+ run: python -m pip install --upgrade pip pipx
86
87
# For aarch64 support
88
# https://cibuildwheel.pypa.io/en/stable/faq/#emulation
0 commit comments