Skip to content

Commit

Permalink
Merge pull request #214 from PyO3/dependabot/cargo/examples/rust_with…
Browse files Browse the repository at this point in the history
…_cffi/pyo3-0.16.2
  • Loading branch information
dependabot[bot] authored Mar 20, 2022
2 parents e74af16 + 1d57b3c commit 179281a
Show file tree
Hide file tree
Showing 5 changed files with 198 additions and 254 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ jobs:
]
steps:
- uses: actions/checkout@master
- name: Build Wheels
- name: Build wheels
run: |
echo 'curl -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain stable
source ~/.cargo/env
Expand All @@ -223,7 +223,7 @@ jobs:
cross-expose cffi
pip install wheel
pip install -e ../../
python setup.py bdist_wheel --py-limited-api=cp36
python setup.py bdist_wheel --py-limited-api=cp37
ls -la dist/
' > build-wheels.sh
Expand Down
Loading

0 comments on commit 179281a

Please sign in to comment.