Skip to content

Commit

Permalink
14 bump the version of the plugin in pyprojecttoml (#16)
Browse files Browse the repository at this point in the history
* WIP

* WIP
  • Loading branch information
lfvdavid authored Apr 5, 2024
1 parent c4d9cb7 commit 72a61f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
python-version: "3.10"
- name: Install dependencies
run: pip install poetry pytest reqstool-python-decorators pytest-cov
run: pip install poetry poetry-dynamic-versioning pytest reqstool-python-decorators pytest-cov
- name: Run unit and integrations tests
run: poetry run pytest --junitxml=build/junit.xml --cov --cov-report=xml:build/coverage.xml tests
- name: Build project
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
build-backend = 'poetry_dynamic_versioning.backend'
build-backend = "poetry_dynamic_versioning.backend"
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning>=1.0.0,<2.0.0"]


Expand Down Expand Up @@ -27,6 +27,7 @@ classifiers = [
python = "^3.10"
poetry = "1.7.1"
reqstool-python-decorators = "0.0.4"
poetry-dynamic-versioning = "^1.2.0"

[tool.poetry.group.dev.dependencies]
black = { version = "24.3.0" }
Expand Down

0 comments on commit 72a61f0

Please sign in to comment.