We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fd60bb commit 2b4d1d6Copy full SHA for 2b4d1d6
.github/actions/setup-poetry/action.yml
@@ -8,7 +8,7 @@ runs:
8
using: 'composite'
9
steps:
10
- name: Install poetry
11
- run: pipx install poetry==1.8.3
+ run: pipx install poetry==1.8.4
12
shell: bash
13
- uses: actions/setup-python@v5
14
id: py
.github/workflows/wheels.yml
@@ -64,7 +64,7 @@ jobs:
64
python3 --version
65
echo "pythonpath: ${{ steps.py.outputs.python-path }}"
66
${{ steps.py.outputs.python-path }} --version
67
- pipx install poetry==1.8.3
+ pipx install poetry==1.8.4
68
poetry env use ${{ steps.py.outputs.python-path }}
69
70
- name: Set up custom PATH and set py version to cpXYZ [windows]
0 commit comments