File tree Expand file tree Collapse file tree 4 files changed +16
-16
lines changed Expand file tree Collapse file tree 4 files changed +16
-16
lines changed Original file line number Diff line number Diff line change
1
+ version : 2
2
+ updates :
3
+ - package-ecosystem : " github-actions"
4
+ directory : " /"
5
+ schedule :
6
+ interval : " weekly"
Original file line number Diff line number Diff line change @@ -40,16 +40,10 @@ jobs:
40
40
browser : " edge"
41
41
42
42
steps :
43
- - uses : actions/checkout@v2
44
- - name : Install libgl1
45
- if : runner.os == 'Linux'
46
- run : |
47
- sudo dpkg --add-architecture i386
48
- sudo apt update
49
- sudo apt install libgl1-mesa-dev libgconf-2-4 libatk1.0-0 libatk-bridge2.0-0 libgdk-pixbuf2.0-0 libgtk-3-0 libgbm-dev libnss3-dev libxss-dev libasound2 -y
43
+ - uses : actions/checkout@v4
50
44
51
45
- name : Set up Python ${{ matrix.python-version }}
52
- uses : actions/setup-python@v2
46
+ uses : actions/setup-python@v5
53
47
with :
54
48
python-version : ${{ matrix.python-version }}
55
49
Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ jobs:
13
13
strategy :
14
14
matrix :
15
15
os : [ubuntu-latest]
16
- python-version : [3.7 ]
16
+ python-version : [3.12 ]
17
17
steps :
18
- - uses : actions/checkout@v2
18
+ - uses : actions/checkout@v4
19
19
20
20
- name : Set up Python ${{ matrix.python-version }}
21
- uses : actions/setup-python@v2
21
+ uses : actions/setup-python@v5
22
22
with :
23
23
python-version : ${{ matrix.python-version }}
24
24
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
10
10
steps :
11
- - uses : actions/checkout@master
11
+ - uses : actions/checkout@v4
12
12
with :
13
13
fetch-depth : 0
14
- - name : Set up Python 3.7
15
- uses : actions/setup-python@v1
14
+ - name : Set up Python 3.12
15
+ uses : actions/setup-python@v5
16
16
with :
17
- python-version : 3.7
17
+ python-version : 3.12
18
18
- name : Install pypa/build
19
19
run : >-
20
20
python -m
30
30
.
31
31
- name : Publish distribution to PyPI
32
32
if : startsWith(github.ref, 'refs/tags')
33
- uses : pypa/gh-action-pypi-publish@master
33
+ uses : pypa/gh-action-pypi-publish@release/v1
34
34
with :
35
35
password : ${{ secrets.PYPI_API_TOKEN }}
You can’t perform that action at this time.
0 commit comments