Skip to content

Commit

Permalink
AUT-2461: pin cryptography package version
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleJono committed Nov 29, 2024
1 parent 179525c commit ae1bfdc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@ jobs:
inputs: >-
./dist/*.tar.gz
./dist/*.whl
env:
# Pin cryptography to avoid the SCT registration issue
PIP_CONSTRAINT: |
cryptography<43.0.3
- name: Create GitHub Release
env:
GITHUB_TOKEN: ${{ github.token }}
Expand Down

0 comments on commit ae1bfdc

Please sign in to comment.