Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Bump poetry from 1.2.0rc1 to 1.2.0 #47

Merged
merged 3 commits into from
Sep 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.0rc1
pip install poetry==1.2.0
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.0rc1
pip install poetry==1.2.0
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 @@ -114,7 +114,7 @@ cd zen3geo
mamba create --name zen3geo python=3.10
mamba activate zen3geo

pip install poetry==1.2.0rc1
pip install poetry==1.2.0
poetry install --extras "raster spatial vector"
```

Expand Down
60 changes: 30 additions & 30 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ metadata = true
style = "pep440"

[build-system]
requires = ["poetry>=1.2.0rc1", "poetry-dynamic-versioning"]
build-backend = "poetry.masonry.api"
requires = ["poetry-core>=1.1.0", "poetry-dynamic-versioning"]
build-backend = "poetry.core.masonry.api"