File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 25
25
with :
26
26
persist-credentials : false
27
27
- name : Setup Python
28
- uses : actions/setup-python@v5
28
+ uses : actions/setup-python@v6
29
29
with :
30
30
python-version : ${{ matrix.python-version }}
31
31
cache : ' pip'
Original file line number Diff line number Diff line change 61
61
export PYTHON_VERSION=$(sed 's/^cp3/3./' <<< ${{ matrix.python }} )
62
62
echo "PYTHON_VERSION=$PYTHON_VERSION" >> $GITHUB_ENV
63
63
64
- - uses : actions/setup-python@v5
64
+ - uses : actions/setup-python@v6
65
65
with :
66
66
python-version : " 3.11"
67
67
allow-prereleases : true
@@ -114,7 +114,7 @@ jobs:
114
114
with :
115
115
persist-credentials : false
116
116
117
- - uses : actions/setup-python@v5
117
+ - uses : actions/setup-python@v6
118
118
with :
119
119
# Build sdist on lowest supported Python
120
120
python-version : ' 3.9'
Original file line number Diff line number Diff line change @@ -88,14 +88,14 @@ jobs:
88
88
name : all-dist-${{ github.run_id }}
89
89
path : dist/
90
90
- name : Publish package distributions to TestPyPI
91
- uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # release/v1
91
+ uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # release/v1
92
92
with :
93
93
repository-url : https://test.pypi.org/legacy/
94
94
skip-existing : true
95
95
attestations : ${{ env.DRY_RUN }}
96
96
- name : Publish distribution 📦 to PyPI
97
97
if : startsWith(env.DRY_RUN, 'false')
98
- uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # release/v1
98
+ uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # release/v1
99
99
100
100
post-publish :
101
101
needs : [publish]
Original file line number Diff line number Diff line change 24
24
- uses : actions/checkout@v5
25
25
with :
26
26
persist-credentials : false
27
- - uses : actions/setup-python@v5
27
+ - uses : actions/setup-python@v6
28
28
- name : Install Deps
29
29
run : |
30
30
python -m pip install rust-just uv
45
45
with :
46
46
persist-credentials : false
47
47
- name : Setup Python
48
- uses : actions/setup-python@v5
48
+ uses : actions/setup-python@v6
49
49
with :
50
50
python-version : ${{ matrix.python-version }}
51
51
cache : ' pip'
@@ -103,7 +103,7 @@ jobs:
103
103
- uses : actions/checkout@v5
104
104
with :
105
105
persist-credentials : false
106
- - uses : actions/setup-python@v5
106
+ - uses : actions/setup-python@v6
107
107
- name : Install Deps
108
108
run : |
109
109
python -m pip install rust-just uv
@@ -131,7 +131,7 @@ jobs:
131
131
with :
132
132
persist-credentials : false
133
133
- name : Setup Python
134
- uses : actions/setup-python@v5
134
+ uses : actions/setup-python@v6
135
135
with :
136
136
python-version : 3.9
137
137
cache : ' pip'
@@ -152,7 +152,7 @@ jobs:
152
152
with :
153
153
persist-credentials : false
154
154
- name : Setup Python
155
- uses : actions/setup-python@v5
155
+ uses : actions/setup-python@v6
156
156
with :
157
157
python-version : 3.9
158
158
cache : ' pip'
You can’t perform that action at this time.
0 commit comments