Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ jobs:
with:
name: distribution-artifacts
path: dist/
- uses: actions/setup-python@v6
- uses: actions/setup-python@v7
with:
python-version: ${{ matrix.python-version }}
- name: Install built wheel into fresh venv
Expand Down Expand Up @@ -240,7 +240,7 @@ jobs:
with:
name: distribution-artifacts-hooks
path: dist-hooks/
- uses: actions/setup-python@v6
- uses: actions/setup-python@v7
with:
python-version: ${{ matrix.python-version }}
- name: Install polylogue-hooks wheel into fresh venv (no other deps)
Expand Down Expand Up @@ -293,7 +293,7 @@ jobs:
with:
name: distribution-artifacts
path: dist/
- uses: actions/setup-python@v6
- uses: actions/setup-python@v7
with:
python-version: "3.14"
- name: Install built wheel through pipx and smoke every console script
Expand Down Expand Up @@ -337,7 +337,7 @@ jobs:
with:
name: distribution-artifacts-mcp
path: dist-mcp/
- uses: actions/setup-python@v6
- uses: actions/setup-python@v7
with:
python-version: ${{ matrix.python-version }}
- name: Install polylogue + polylogue-mcp wrapper into fresh venv
Expand Down