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.
2 parents e74af16 + 1d57b3c commit 179281aCopy full SHA for 179281a
.github/workflows/ci.yml
@@ -210,7 +210,7 @@ jobs:
210
]
211
steps:
212
- uses: actions/checkout@master
213
- - name: Build Wheels
+ - name: Build wheels
214
run: |
215
echo 'curl -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain stable
216
source ~/.cargo/env
@@ -223,7 +223,7 @@ jobs:
223
cross-expose cffi
224
pip install wheel
225
pip install -e ../../
226
- python setup.py bdist_wheel --py-limited-api=cp36
+ python setup.py bdist_wheel --py-limited-api=cp37
227
ls -la dist/
228
' > build-wheels.sh
229
0 commit comments