Skip to content

Commit cf59b06

Browse files
authored
Fixing bump version commands and uncapping twine (#466)
1 parent 0e0a996 commit cf59b06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ test = [
6464
'pytest >= 6.2.5',
6565
'pytest-cov >= 2.6.0',
6666
'pytest-rerunfailures >= 10.3',
67-
'rundoc >= 0.4.3',
6867
'tomli >= 2.0.0',
6968
]
7069
dev = [
@@ -94,7 +93,7 @@ dev = [
9493
'ruff >= 0.3.2, <1',
9594

9695
# distribute on PyPI
97-
'twine >= 1.10.0, <4',
96+
'twine >= 1.10.0',
9897
'wheel >= 0.30.0',
9998

10099
# Advanced testing
@@ -108,6 +107,7 @@ dev = [
108107
'boto3 >= 1.37.18, <1.38',
109108
'docutils >= 0.21.2, <0.22'
110109
]
110+
readme = ['rundoc>=0.4.3,<0.5',]
111111

112112
[tool.isort]
113113
line_length = 99

0 commit comments

Comments
 (0)