Skip to content

Commit

Permalink
Merge pull request #32 from authsignal/AUT-2461.5
Browse files Browse the repository at this point in the history
AUT-2461: pin cryptography package version
  • Loading branch information
LittleJono authored Nov 29, 2024
2 parents 179525c + 475e02f commit 9e75ff4
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 9e75ff4

Please sign in to comment.