File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 21
21
- uses : actions/checkout@v4
22
22
- name : Build wheels
23
23
run : pipx run build --wheel
24
- - uses : actions/upload-artifact@v3
24
+ - uses : actions/upload-artifact@v4
25
25
with :
26
26
path : dist/*.whl
27
27
32
32
- uses : actions/checkout@v4
33
33
- name : Build sdist
34
34
run : pipx run build --sdist
35
- - uses : actions/upload-artifact@v3
35
+ - uses : actions/upload-artifact@v4
36
36
with :
37
37
path : dist/*.tar.gz
38
38
@@ -42,11 +42,11 @@ jobs:
42
42
# publish whenever a GitHub release is published
43
43
if : github.event_name == 'release' && github.event.action == 'published'
44
44
steps :
45
- - uses : actions/download-artifact@v3
45
+ - uses : actions/download-artifact@v4
46
46
with :
47
47
name : artifact
48
48
path : dist
49
-
49
+
50
50
with :
51
51
user : __token__
52
52
password : ${{ secrets.PYPI_API_KEY }}
57
57
# publish whenever a GitHub release is published
58
58
if : github.event_name == 'release' && github.event.action == 'published'
59
59
steps :
60
- - uses : actions/download-artifact@v3
60
+ - uses : actions/download-artifact@v4
61
61
with :
62
62
name : artifact
63
63
path : dist
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100
100
uses : actions/checkout@v4
101
101
with :
102
102
fetch-depth : 1
103
- - uses : actions/setup-python@v4
103
+ - uses : actions/setup-python@v5
104
104
with :
105
105
python-version : ' pypy${{ matrix.python_version}}'
106
106
- name : Install extra tools on Linux
@@ -139,7 +139,7 @@ jobs:
139
139
uses : actions/checkout@v4
140
140
with :
141
141
fetch-depth : 1
142
- - uses : actions/setup-python@v4
142
+ - uses : actions/setup-python@v5
143
143
with :
144
144
python-version : " ${{ matrix.python_version}}"
145
145
- name : run tests
You can’t perform that action at this time.
0 commit comments