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 44
44
steps :
45
45
- uses : actions/checkout@v5
46
46
- name : Setup Python
47
- uses : actions/setup-python@v5
47
+ uses : actions/setup-python@v6
48
48
with :
49
49
python-version : 3.9
50
50
- name : Build SDist
Original file line number Diff line number Diff line change @@ -78,14 +78,14 @@ jobs:
78
78
name : all-dist-${{ github.run_id }}
79
79
path : dist/
80
80
- name : Publish package distributions to TestPyPI
81
- uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # release/v1
81
+ uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # release/v1
82
82
with :
83
83
repository-url : https://test.pypi.org/legacy/
84
84
skip-existing : true
85
85
attestations : ${{ env.DRY_RUN }}
86
86
- name : Publish distribution 📦 to PyPI
87
87
if : startsWith(env.DRY_RUN, 'false')
88
- uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # release/v1
88
+ uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # release/v1
89
89
90
90
post-publish :
91
91
needs : [publish]
Original file line number Diff line number Diff line change 22
22
steps :
23
23
- uses : actions/checkout@v5
24
24
- name : Set up Python ${{ matrix.python-version }}
25
- uses : actions/setup-python@v5
25
+ uses : actions/setup-python@v6
26
26
with :
27
27
python-version : ${{ matrix.python-version }}
28
28
allow-prereleases : true
You can’t perform that action at this time.
0 commit comments