Skip to content

Commit c1ef8bd

Browse files
authored
Uncapping bump-my-version and twine (#440)
1 parent 846b9aa commit c1ef8bd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
lint:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4
1313
- name: Set up Python 3.9

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ test = [
5353
'pytest>=3.4.2',
5454
'pytest-rerunfailures>=10.3,<15',
5555
'pytest-cov>=2.6.0',
56-
'rundoc>=0.4.3,<0.5',
5756
'pytest-runner >= 2.11.1',
5857
'tomli>=2.0.0,<3',
5958
]
@@ -63,14 +62,14 @@ dev = [
6362
# general
6463
'pip>=9.0.1',
6564
'build>=1.0.0,<2',
66-
'bump-my-version>=0.18.3,<1',
65+
'bump-my-version>=0.18.3',
6766
'watchdog>=1.0.1,<5',
6867

6968
# style check
7069
'ruff>=0.4.5,<1',
7170

7271
# distribute on PyPI
73-
'twine>=1.10.0,<4',
72+
'twine>=1.10.0',
7473
'wheel>=0.30.0',
7574

7675
# Advanced testing
@@ -79,6 +78,7 @@ dev = [
7978

8079
'invoke',
8180
]
81+
readme = ['rundoc>=0.4.3,<0.5',]
8282

8383
[tool.setuptools]
8484
include-package-data = true

0 commit comments

Comments
 (0)