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 b90d481 commit 32c3d29Copy full SHA for 32c3d29
.github/workflows/wheel-builder.yml
@@ -234,7 +234,8 @@ jobs:
234
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
235
shell: bash
236
237
- - run: python -m pip install -U pip wheel cffi setuptools-rust
+ - run: python -m pip install -U pip wheel
238
+ - run: python -m pip install cffi setuptools-rust
239
- run: python setup.py sdist
240
- run: tar zxvf dist/cryptography*.tar.gz && mkdir wheelhouse
241
0 commit comments