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 32
32
with :
33
33
persist-credentials : false
34
34
35
- - uses : actions/setup-python@v5
35
+ - uses : actions/setup-python@v6
36
36
with :
37
37
# Build sdist on lowest supported Python
38
38
python-version : ' 3.9'
Original file line number Diff line number Diff line change @@ -76,14 +76,14 @@ jobs:
76
76
name : all-dist-${{ github.run_id }}
77
77
path : dist/
78
78
- name : Publish package distributions to TestPyPI
79
- uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # release/v1
79
+ uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # release/v1
80
80
with :
81
81
repository-url : https://test.pypi.org/legacy/
82
82
skip-existing : true
83
83
attestations : ${{ env.DRY_RUN }}
84
84
- name : Publish distribution 📦 to PyPI
85
85
if : startsWith(env.DRY_RUN, 'false')
86
- uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # release/v1
86
+ uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # release/v1
87
87
88
88
post-publish :
89
89
needs : [publish]
Original file line number Diff line number Diff line change 12
12
steps :
13
13
- uses : actions/checkout@v5
14
14
- name : Set up Python ${{ matrix.python-version }}
15
- uses : actions/setup-python@v5
15
+ uses : actions/setup-python@v6
16
16
with :
17
17
python-version : ${{ matrix.python-version }}
18
18
allow-prereleases : true
You can’t perform that action at this time.
0 commit comments