File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717
1818 steps :
1919 - uses : actions/checkout@v5
20- - uses : actions/setup-python@v5
20+ - uses : actions/setup-python@v6
2121 with :
2222 python-version : ${{ matrix.python-version }}
2323 - run : |
Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ jobs:
1616 id-token : write
1717 steps :
1818 - uses : actions/checkout@v5
19- - uses : actions/setup-python@v5
19+ - uses : actions/setup-python@v6
2020 with :
2121 python-version : ' 3.12'
2222 - run : |
2323 python -m pip install --upgrade pip
2424 pipx install poetry==1.8.0
2525 poetry build
2626 - name : Publish package distributions to PyPI
27- uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
27+ uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
You can’t perform that action at this time.
0 commit comments