Skip to content

Commit

Permalink
fix version of poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
amatmv committed Feb 16, 2023
1 parent 3f7dbf2 commit 16dc09f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install poetry
pip install poetry==1.2.0
- name: Build package
run: poetry build
- name: Publish PyPi package
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ sphinx = "1.6.5"
vcrpy-unittest = "^0.1.7"

[build-system]
requires = ["poetry-core"]
requires = ["poetry-core>=1.2.0"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 16dc09f

Please sign in to comment.