diff options
Diffstat (limited to '.github/workflows/wheel-builder.yml')
| -rw-r--r-- | .github/workflows/wheel-builder.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/wheel-builder.yml b/.github/workflows/wheel-builder.yml index fff1af324..232836d72 100644 --- a/.github/workflows/wheel-builder.yml +++ b/.github/workflows/wheel-builder.yml @@ -237,7 +237,8 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} shell: bash - - run: python -m pip install -U pip wheel cffi setuptools-rust + - run: python -m pip install -U pip wheel + - run: python -m pip install cffi setuptools-rust - run: python setup.py sdist - run: tar zxvf dist/cryptography*.tar.gz && mkdir wheelhouse shell: bash |
