File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 12
12
jobs :
13
13
build :
14
14
runs-on : ubuntu-latest
15
- strategy :
16
- matrix :
17
- python-version : [3.13]
15
+ permissions :
16
+ contents : read
18
17
steps :
19
18
- uses : actions/checkout@v4
20
- - name : Set up Python ${{ matrix.python-version }}
19
+ - name : Set up Python
21
20
uses : actions/setup-python@v5
22
21
with :
23
- python-version : ${{ matrix.python-version }}
22
+ python-version : 3.13
24
23
- name : Install dependencies
25
24
run : python -m pip install --upgrade build
26
25
- name : Create packages
Original file line number Diff line number Diff line change 8
8
jobs :
9
9
build :
10
10
runs-on : ${{ matrix.platform }}
11
+ permissions :
12
+ contents : read
11
13
strategy :
12
14
fail-fast : false
13
15
matrix :
33
35
python-version : 3.7
34
36
- platform : windows-latest
35
37
python-version : pypy-3.9
36
-
37
38
steps :
38
39
- uses : actions/checkout@v4
39
40
if : ${{ ! startsWith(matrix.python-version, 'pypy-') }}
You can’t perform that action at this time.
0 commit comments