Skip to content

Bump cryptography from 48.0.1 to 50.0.0 #85

Bump cryptography from 48.0.1 to 50.0.0

Bump cryptography from 48.0.1 to 50.0.0 #85

name: "Packaging Test"
on:
push:
branches:
- main
pull_request: {}
jobs:
packaging:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Install uv
uses: astral-sh/setup-uv@v7
- name: Test packaging
run: |
uv build
uv run twine check dist/*