Skip to content

Commit

Permalink
fix poetry-core version
Browse files Browse the repository at this point in the history
  • Loading branch information
amatmv committed Feb 16, 2023
1 parent 06b2b0c commit 2144ac1
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -29,11 +29,12 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install poetry==1.2.0
pip install poetry
- name: Build package
run: poetry build
- name: Publish PyPi package
uses: code-specialist/pypi-poetry-publish@v1
with:
POETRY_CORE_VERSION: 1.2.0
ACCESS_TOKEN: ${{ secrets.ITKAVEHOME_GITHUB_TOKEN }}
PUBLISH_REGISTRY_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ follow:
.. _Akeneo PIM API: https://api.akeneo.com/
.. _poetry: https://github.com/python-poetry/poetry
.. _VCR.py: http://vcrpy.readthedocs.io/en/latest/index.html
.. _pyproject.toml: https://python-poetry.org/docs/pyproject/

.. |Build Status| image:: https://travis-ci.org/matthieudelaro/akeneo_api_client.svg?branch=master
:target: https://travis-ci.org/matthieudelaro/akeneo_api_client
Expand Down

0 comments on commit 2144ac1

Please sign in to comment.