diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2022-07-05 09:14:51 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-05 13:14:51 +0000 |
| commit | 7ad17d819affb996c6681c6aac57e43184c54865 (patch) | |
| tree | 3dd42058b5358409a17d9ecb64b4983c7821612c /.github | |
| parent | b71c39202ba2d7dfb7a89215e04946e7fbf92896 (diff) | |
| download | cryptography-37.0.x.tar.gz | |
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/wheel-builder.yml | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc90a2f7c..9dee594a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -259,7 +259,7 @@ jobs: - {VERSION: "3.10", TOXENV: "py310"} RUST: - beta - - nightly + - nightly-2022-06-30 name: "Rust Coverage" timeout-minutes: 15 steps: 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 |
