Skip to content

Commit

Permalink
fix poetry version in action
Browse files Browse the repository at this point in the history
  • Loading branch information
amatmv committed Feb 16, 2023
1 parent 2144ac1 commit 482d255
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
- name: Publish PyPi package
uses: code-specialist/pypi-poetry-publish@v1
with:
POETRY_CORE_VERSION: 1.2.0
PYTHON_VERSION: 3.7
POETRY_VERSION: 1.3.2
ACCESS_TOKEN: ${{ secrets.ITKAVEHOME_GITHUB_TOKEN }}
PUBLISH_REGISTRY_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 482d255

Please sign in to comment.