Skip to content
This repository was archived by the owner on Sep 22, 2023. It is now read-only.

Commit dc5694a

Browse files
committed
ci,setup: Update twine and wheel
1 parent 856b753 commit dc5694a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
'typing-extensions~=3.7.4',
2727
]
2828
build_requires = [
29-
'wheel>=0.34.2',
30-
'twine>=3.1.1',
29+
'wheel>=0.36.2',
30+
'twine>=3.4.1',
3131
'towncrier>=19.2.0',
3232
]
3333
test_requires = [

0 commit comments

Comments
 (0)