Skip to content

Commit

Permalink
upgrade poetry core
Browse files Browse the repository at this point in the history
  • Loading branch information
amatmv committed Feb 16, 2023
1 parent 482d255 commit f49c71d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@ jobs:
with:
PYTHON_VERSION: 3.7
POETRY_VERSION: 1.3.2
POETRY_CORE_VERSION: 1.4.0
ACCESS_TOKEN: ${{ secrets.ITKAVEHOME_GITHUB_TOKEN }}
PUBLISH_REGISTRY_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
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>=1.2.0"]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

0 comments on commit f49c71d

Please sign in to comment.