Skip to content

Commit b4cc08c

Browse files
authored
fix(pacmak): Twine 5.1.0 not found (#4554)
Twine 5.1.0 has been yanked (removed) due to the issue described in pypa/twine#1125 This PR reverts the `requirements-dev.txt` file used by `jsii-pacmak` back to `twine~=5.0.0`.
1 parent a32eb91 commit b4cc08c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/jsii-pacmak/lib/targets/python/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
setuptools~=67.3.2 # build-system
77
wheel~=0.42 # build-system
88

9-
twine~=5.1.0
9+
twine~=5.0.0

0 commit comments

Comments
 (0)