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 9f7dec9 commit bd02be8Copy full SHA for bd02be8
.github/workflows/build_dev.yml
@@ -109,12 +109,6 @@ jobs:
109
with:
110
python-version: '3.x'
111
112
-
113
- - name: Install cibuildwheel
114
- run: |
115
- python -m pip install --upgrade pip
116
- python -m pip install cibuildwheel==2.22.0
117
118
- name: Build wheel
119
uses: pypa/cibuildwheel@ee63bf16da6cddfb925f542f2c7b59ad50e93969 # 2.22
120
env:
@@ -125,7 +119,7 @@ jobs:
125
- name: install wheel
126
shell: bash
127
121
run: |
128
- python -m pip install ./wheelhouse/*-${{ matrix.python }}-${{ matrix.buildplat[1] }}*.whl
122
+ python -m pip install ./wheelhouse/*.whl
129
123
130
124
- name: Test package import and basic functionality
131
shell: python
0 commit comments