Skip to content

Commit 308de21

Browse files
committed
fix: Use a == requirement on tankerci, it is not backwards compat
And that means we can't rebuild old versions with a new tankerci
1 parent e482845 commit 308de21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ typing_extensions = "^3.7.4"
2424

2525
[tool.poetry.dev-dependencies]
2626
# CI/CD
27-
tankerci = { version = ">= 2023.1.4627", source = "gitlab" }
27+
tankerci = { version = "== 2023.5.4760 ", source = "gitlab" }
2828
twine = "^3.2.0"
2929
build = "^0.10.0"
3030

0 commit comments

Comments
 (0)