Skip to content

Commit

Permalink
⬆️ Bump poetry from 1.2.0b2 to 1.2.0b3 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
weiji14 authored Jul 17, 2022
1 parent 75e36da commit f5c5e9e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
# Install poetry package manager and dependencies from poetry.lock
- name: Install Poetry python dependencies
run: |
pip install poetry==1.2.0b2
pip install poetry==1.2.0b3
poetry install ${{ matrix.extra-packages }}
poetry self add poetry-dynamic-versioning-plugin
poetry show
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- name: Install Poetry and dynamic-versioning plugin
run: |
pip install poetry==1.2.0b2
pip install poetry==1.2.0b3
poetry self add poetry-dynamic-versioning-plugin
poetry show
Expand Down
2 changes: 1 addition & 1 deletion docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ cd zen3geo
mamba create --name zen3geo python=3.9
mamba activate zen3geo
pip install poetry==1.2.0b2
pip install poetry==1.2.0b3
poetry install --extras "raster vector"
```

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ metadata = true
style = "pep440"

[build-system]
requires = ["poetry>=1.2.0b2", "poetry-dynamic-versioning"]
requires = ["poetry>=1.2.0b3", "poetry-dynamic-versioning"]
build-backend = "poetry.masonry.api"

0 comments on commit f5c5e9e

Please sign in to comment.