Skip to content

Commit

Permalink
build: Fix sigstore compatible release" versioning
Browse files Browse the repository at this point in the history
"~=2.0.0" matches 2.0.x but we actually want 2.x
  • Loading branch information
jku committed Oct 2, 2023
1 parent 4a938c8 commit c01f957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ awskms = ["boto3", "botocore", "cryptography>=40.0.0"]
hsm = ["asn1crypto", "cryptography>=40.0.0", "PyKCS11"]
pynacl = ["pynacl>1.2.0"]
PySPX = ["PySPX>=0.5.0"]
sigstore = ["sigstore~=2.0.0"]
sigstore = ["sigstore~=2.0"]

[tool.hatch.version]
path = "securesystemslib/__init__.py"
Expand Down

0 comments on commit c01f957

Please sign in to comment.