File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818 run : pipx install poetry
1919
2020 - name : Set up Python
21- uses : actions/setup-python@v5
21+ uses : actions/setup-python@v6
2222 with :
2323 python-version : 3.x
2424 cache : " poetry"
Original file line number Diff line number Diff line change 1717 run : pipx install poetry
1818
1919 - name : Set up Python
20- uses : actions/setup-python@v5
20+ uses : actions/setup-python@v6
2121 with :
2222 python-version : 3.x
2323 cache : " poetry"
3030 run : poetry build
3131
3232 - name : Publish on pypi.org
33- uses : pypa/gh-action-pypi-publish@v1.12.4
33+ uses : pypa/gh-action-pypi-publish@v1.13.0
Original file line number Diff line number Diff line change 3636 run : pipx install poetry
3737
3838 - name : Set up Python ${{ matrix.python-version }}
39- uses : actions/setup-python@v5
39+ uses : actions/setup-python@v6
4040 with :
4141 python-version : ${{ matrix.python-version }}
4242 cache : " poetry"
You can’t perform that action at this time.
0 commit comments