File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
using : " composite"
8
8
steps :
9
9
- name : Install python runtime
10
- uses : actions/setup-python@v5
10
+ uses : actions/setup-python@v6
11
11
with :
12
12
python-version-file : ' .python-version'
13
13
Original file line number Diff line number Diff line change 56
56
steps :
57
57
- uses : actions/checkout@v5
58
58
- name : Set up Python ${{ env[matrix.python-version] }}
59
- uses : actions/setup-python@v5
59
+ uses : actions/setup-python@v6
60
60
with :
61
61
python-version : ${{ env[matrix.python-version] }}
62
62
architecture : " x64"
Original file line number Diff line number Diff line change 54
54
55
55
- name : Upload pypi.org
56
56
if : startsWith(github.ref, 'refs/tags')
57
- uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
57
+ uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
58
58
with :
59
59
repository-url : https://upload.pypi.org/legacy/
60
60
packages-dir : ${{ env.DIST_DIR }}
You can’t perform that action at this time.
0 commit comments