Skip to content

Commit

Permalink
Use always latest version of Poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
expobrain committed Oct 24, 2024
1 parent 8437b29 commit 514cce8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
~/.cache/pip
.venv
key: ${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }}
- run: pip install poetry~=1.3
- run: pip install -U poetry
- run: poetry config virtualenvs.in-project true
- run: poetry install --sync
- run: make test
Expand All @@ -65,7 +65,7 @@ jobs:
~/.cache/pip
.venv
key: ${{ runner.os }}-3.10-${{ hashFiles('**/poetry.lock') }}
- run: pip install poetry~=1.2
- run: pip install -U poetry
- run: poetry build
# From https://packaging.python.org/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/#publishing-the-distribution-to-pypi-and-testpypi
- name: Publish distribution 📦 to PyPI
Expand Down

0 comments on commit 514cce8

Please sign in to comment.