Skip to content

Bump cryptography from 3.3.2 to 41.0.3 #101

Bump cryptography from 3.3.2 to 41.0.3

Bump cryptography from 3.3.2 to 41.0.3 #101

Workflow file for this run

name: "build"
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python: [python27, python37, python38, python39, python310]
env:
COVERALLS_REPO_TOKEN: ${{ secrets.github_token }}
steps:
- uses: actions/checkout@v2.4.0
- uses: cachix/install-nix-action@v16
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v10
with:
name: datakurre
- run: make nix-show nix-test nix-coverage nix-coveralls nix-docs PYTHON=${{ matrix.python }}