File tree 2 files changed +11
-11
lines changed
2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 10
10
package :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
14
- name : Build and Check Package
15
- uses : hynek/build-and-inspect-python-package@v1.5
15
+ uses : hynek/build-and-inspect-python-package@v2.10
16
16
17
17
deploy :
18
18
needs : [package]
@@ -27,18 +27,18 @@ jobs:
27
27
contents : write # For release.
28
28
29
29
steps :
30
- - uses : actions/checkout@v3
30
+ - uses : actions/checkout@v4
31
31
32
32
- name : Download Package
33
- uses : actions/download-artifact@v3
33
+ uses : actions/download-artifact@v4
34
34
with :
35
35
name : Packages
36
36
path : dist
37
37
38
38
- name : Publish package to PyPI
39
- uses : pypa/gh-action-pypi-publish@v1.8.5
39
+ uses : pypa/gh-action-pypi-publish@v1.12.3
40
40
41
41
- name : GitHub Release
42
- uses : softprops/action-gh-release@v1
42
+ uses : softprops/action-gh-release@v2
43
43
with :
44
44
files : dist/*
Original file line number Diff line number Diff line change 16
16
package :
17
17
runs-on : ubuntu-latest
18
18
steps :
19
- - uses : actions/checkout@v3
19
+ - uses : actions/checkout@v4
20
20
- name : Build and Check Package
21
- uses : hynek/build-and-inspect-python-package@v1.5
21
+ uses : hynek/build-and-inspect-python-package@v2.10
22
22
23
23
test :
24
24
@@ -46,15 +46,15 @@ jobs:
46
46
os : macos-latest
47
47
48
48
steps :
49
- - uses : actions/checkout@v3
49
+ - uses : actions/checkout@v4
50
50
51
51
- name : Set up Python ${{ matrix.python-version }}
52
- uses : actions/setup-python@v5.2 .0
52
+ uses : actions/setup-python@v5.3 .0
53
53
with :
54
54
python-version : ${{ matrix.python-version }}
55
55
56
56
- name : Download Package
57
- uses : actions/download-artifact@v3
57
+ uses : actions/download-artifact@v4
58
58
with :
59
59
name : Packages
60
60
path : dist
You can’t perform that action at this time.
0 commit comments