File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 12
12
build :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v2
16
- - uses : actions/setup-python@v2
15
+ - uses : actions/checkout@v3
16
+ - uses : actions/setup-python@v4
17
17
with :
18
18
python-version : ' 3.9'
19
19
@@ -23,15 +23,15 @@ jobs:
23
23
- name : build
24
24
run : python -m build
25
25
26
- - uses : actions/upload-artifacts@v2
26
+ - uses : actions/upload-artifact@v3
27
27
with :
28
28
path : dist
29
29
30
30
publish-pypi :
31
31
runs-on : ubuntu-latest
32
32
needs : [build]
33
33
steps :
34
- - uses : actions/download-artifact@v2
34
+ - uses : actions/download-artifact@v3
35
35
with :
36
36
name : artifact
37
37
path : dist
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
### Added
9
9
- [ PR 106] ( https://github.com/salesforce/django-declarative-apis/pull/106 ) Test against Python 3.11 in PR checks
10
10
- [ PR 107] ( https://github.com/salesforce/django-declarative-apis/pull/107 ) Update to use pyproject.toml
11
+ - [ PR 109] ( https://github.com/salesforce/django-declarative-apis/pull/109 ) Update Github actions
11
12
12
13
# [ 0.24.0] - 2022-11-03
13
14
### Added
You can’t perform that action at this time.
0 commit comments