File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 31
31
steps :
32
32
- name : Start MySQL
33
33
run : sudo systemctl start mysql.service
34
- - uses : actions/checkout@v4
34
+ - uses : actions/checkout@v5
35
35
- uses : actions/setup-python@v5
36
36
with :
37
37
python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 7
7
publish :
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@v4
10
+ - uses : actions/checkout@v5
11
11
- uses : actions/setup-python@v5
12
12
with :
13
13
python-version : ' 3.x'
14
14
- uses : astral-sh/setup-uv@v6
15
15
- name : Build dists
16
16
run : make build
17
17
- name : Pypi Publish
18
- uses : pypa/gh-action-pypi-publish@master
18
+ uses : pypa/gh-action-pypi-publish@release/v1
19
19
with :
20
20
user : __token__
21
21
password : ${{ secrets.pypi_password }}
You can’t perform that action at this time.
0 commit comments