Skip to content

Commit c01f957

Browse files
committed
build: Fix sigstore compatible release" versioning
"~=2.0.0" matches 2.0.x but we actually want 2.x
1 parent 4a938c8 commit c01f957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ awskms = ["boto3", "botocore", "cryptography>=40.0.0"]
5050
hsm = ["asn1crypto", "cryptography>=40.0.0", "PyKCS11"]
5151
pynacl = ["pynacl>1.2.0"]
5252
PySPX = ["PySPX>=0.5.0"]
53-
sigstore = ["sigstore~=2.0.0"]
53+
sigstore = ["sigstore~=2.0"]
5454

5555
[tool.hatch.version]
5656
path = "securesystemslib/__init__.py"

0 commit comments

Comments
 (0)