File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
if : github.repository == 'openradar/PyDDA'
11
11
steps :
12
- - uses : actions/checkout@v3
12
+ - uses : actions/checkout@v4
13
13
with :
14
14
fetch-depth : 0
15
- - uses : actions/setup-python@v4
15
+ - uses : actions/setup-python@v5
16
16
name : Install Python
17
17
with :
18
18
python-version : 3.11
36
36
else
37
37
echo "✅ Looks good"
38
38
fi
39
- - uses : actions/upload-artifact@v3
39
+ - uses : actions/upload-artifact@v4
40
40
with :
41
41
name : releases
42
42
path : dist
@@ -45,11 +45,11 @@ jobs:
45
45
needs : build-artifacts
46
46
runs-on : ubuntu-latest
47
47
steps :
48
- - uses : actions/setup-python@v4
48
+ - uses : actions/setup-python@v5
49
49
name : Install Python
50
50
with :
51
51
python-version : " 3.x"
52
- - uses : actions/download-artifact@v4.1.7
52
+ - uses : actions/download-artifact@v4
53
53
with :
54
54
name : releases
55
55
path : dist
@@ -62,12 +62,12 @@ jobs:
62
62
if : github.event_name == 'release'
63
63
runs-on : ubuntu-latest
64
64
steps :
65
- - uses : actions/download-artifact@v4.1.7
65
+ - uses : actions/download-artifact@v4
66
66
with :
67
- name : releases
68
- path : dist
67
+ name : releases
68
+ path : dist
69
69
- name : Publish package to PyPI
70
- uses : pypa/gh-action-pypi-publish@v1.8.10
70
+ uses : pypa/gh-action-pypi-publish@v1.10.2
71
71
with :
72
72
user : __token__
73
73
password : ${{ secrets.PYPI_TOKEN }}
You can’t perform that action at this time.
0 commit comments