Skip to content

Commit ee0f8e9

Browse files
committed
remove poetry-dynamic-versioning
1 parent 9ad9a34 commit ee0f8e9

File tree

2 files changed

+1
-26
lines changed

2 files changed

+1
-26
lines changed

.github/workflows/build-test-package-publish.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ jobs:
4141
virtualenvs-in-project: true
4242
installer-parallel: true
4343

44-
- run: pip install poetry-dynamic-versioning
45-
4644
- name: Load cached venv
4745
id: cached-poetry-dependencies
4846
uses: actions/cache@v2
@@ -106,8 +104,6 @@ jobs:
106104
virtualenvs-in-project: true
107105
installer-parallel: true
108106

109-
- run: pip install poetry-dynamic-versioning
110-
111107
- name: Load cached venv
112108
id: cached-poetry-dependencies
113109
uses: actions/cache@v2
@@ -159,8 +155,6 @@ jobs:
159155
virtualenvs-in-project: true
160156
installer-parallel: true
161157

162-
- run: pip install poetry-dynamic-versioning
163-
164158
- name: Load cached venv
165159
id: cached-poetry-dependencies
166160
uses: actions/cache@v2
@@ -175,8 +169,6 @@ jobs:
175169
- name: install robotcode
176170
run: poetry install --no-interaction
177171

178-
- run: poetry-dynamic-versioning
179-
180172
- name: Setup Node.js environment
181173
uses: actions/setup-node@v2
182174
with:
@@ -236,8 +228,6 @@ jobs:
236228
virtualenvs-in-project: true
237229
installer-parallel: true
238230

239-
- run: pip install poetry-dynamic-versioning
240-
241231
- name: Load cached venv
242232
id: cached-poetry-dependencies
243233
uses: actions/cache@v2
@@ -252,8 +242,6 @@ jobs:
252242
- name: install robotcode
253243
run: poetry install --no-interaction
254244

255-
- run: poetry-dynamic-versioning
256-
257245
- name: Setup Node.js environment
258246
uses: actions/setup-node@v2
259247
with:

pyproject.toml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning"]
2+
requires = ["poetry-core>=1.0.0"]
33
build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
@@ -80,19 +80,6 @@ semantic-version = "^2.9.0"
8080
pre-commit = "^2.17.0"
8181

8282

83-
[tool.poetry-dynamic-versioning]
84-
enable = false
85-
vcs = "git"
86-
style = "semver"
87-
88-
[tool.poetry-dynamic-versioning.substitution]
89-
files = ["*/_version.py", "package.json"]
90-
91-
patterns = [
92-
"(^__version__\\s*=\\s*['\\\"])[^'\\\"]*(['\\\"])",
93-
"(\\\"version\\\"\\s*:\\s*['\\\"])[0-9]+[^'\\\"]*(['\\\"])",
94-
]
95-
9683
[tool.black]
9784
line-length = 120
9885
target-version = ['py38']

0 commit comments

Comments
 (0)