Skip to content

Commit 179281a

Browse files
Merge pull request #214 from PyO3/dependabot/cargo/examples/rust_with_cffi/pyo3-0.16.2
2 parents e74af16 + 1d57b3c commit 179281a

File tree

5 files changed

+198
-254
lines changed

5 files changed

+198
-254
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ jobs:
210210
]
211211
steps:
212212
- uses: actions/checkout@master
213-
- name: Build Wheels
213+
- name: Build wheels
214214
run: |
215215
echo 'curl -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain stable
216216
source ~/.cargo/env
@@ -223,7 +223,7 @@ jobs:
223223
cross-expose cffi
224224
pip install wheel
225225
pip install -e ../../
226-
python setup.py bdist_wheel --py-limited-api=cp36
226+
python setup.py bdist_wheel --py-limited-api=cp37
227227
ls -la dist/
228228
' > build-wheels.sh
229229

0 commit comments

Comments
 (0)