File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 12
12
jobs :
13
13
build :
14
14
name : Build distribution
15
- runs-on : ubuntu-22.04
15
+ runs-on : blacksmith-4vcpu- ubuntu-2204
16
16
17
17
steps :
18
18
- uses : actions/checkout@v4
19
19
20
20
- name : Set up Python
21
- uses : actions /setup-python@v5
21
+ uses : useblacksmith /setup-python@v6
22
22
with :
23
23
python-version : " 3.x"
24
24
36
36
37
37
publish-to-pypi :
38
38
name : Publish to PyPI
39
- runs-on : ubuntu-22.04
39
+ runs-on : blacksmith-4vcpu- ubuntu-2204
40
40
41
41
needs : [build]
42
42
61
61
62
62
github-release :
63
63
name : Upload them to GitHub Release
64
- runs-on : ubuntu-22.04
64
+ runs-on : blacksmith-4vcpu- ubuntu-2204
65
65
66
66
needs : [publish-to-pypi]
67
67
Original file line number Diff line number Diff line change 21
21
jobs :
22
22
analyze :
23
23
name : Analyze
24
- runs-on : ubuntu-latest
24
+ runs-on : blacksmith-4vcpu- ubuntu-2204
25
25
permissions :
26
26
actions : read
27
27
contents : read
Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
build :
11
- runs-on : ubuntu-latest
11
+ runs-on : blacksmith-4vcpu- ubuntu-2204
12
12
strategy :
13
13
fail-fast : false
14
14
matrix : # https://docs.djangoproject.com/en/stable/faq/install/#what-python-version-can-i-use-with-django
37
37
steps :
38
38
- uses : actions/checkout@v4
39
39
- name : Set up Python ${{ matrix.python-version }}
40
- uses : actions /setup-python@v5
40
+ uses : useblacksmith /setup-python@v6
41
41
with :
42
42
python-version : ${{ matrix.python-version }}
43
43
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments