This repository was archived by the owner on Jul 5, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 - name : " Install Poetry ${{matrix.poetry-version}}"
2222 run : pipx install poetry==${{matrix.poetry-version}}
2323 - name : " Setup Python ${{matrix.python-version}}"
24- uses : actions/setup-python@v5
24+ uses : actions/setup-python@v6
2525 with :
2626 python-version : ${{matrix.python-version}}
2727 cache : ' poetry'
Original file line number Diff line number Diff line change 2525 - name : " Install Poetry ${{matrix.poetry-version}}"
2626 run : pipx install poetry==${{matrix.poetry-version}}
2727 - name : " Setup Python ${{matrix.python-version}}"
28- uses : actions/setup-python@v5
28+ uses : actions/setup-python@v6
2929 with :
3030 python-version : ${{matrix.python-version}}
3131 cache : ' poetry'
5454 - name : " Install Poetry ${{matrix.poetry-version}}"
5555 run : pipx install poetry==${{matrix.poetry-version}}
5656 - name : " Setup Python ${{matrix.python-version}}"
57- uses : actions/setup-python@v5
57+ uses : actions/setup-python@v6
5858 with :
5959 python-version : ${{matrix.python-version}}
6060 cache : " poetry"
Original file line number Diff line number Diff line change 2222 - name : " Install Poetry ${{matrix.poetry-version}}"
2323 run : pipx install poetry==${{matrix.poetry-version}}
2424 - name : " Setup Python"
25- uses : actions/setup-python@v5
25+ uses : actions/setup-python@v6
2626 - name : " Build package"
2727 run : poetry build
2828 - name : " Publish package distributions to PyPI"
You can’t perform that action at this time.
0 commit comments