File tree Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 4
4
types : [published]
5
5
jobs :
6
6
build :
7
- runs-on : ${{ matrix.os }}
8
- strategy :
9
- matrix :
10
- os : [ubuntu-latest]
11
- python-version : ["3.12"]
7
+ runs-on : ubuntu-latest
12
8
steps :
13
9
- uses : actions/checkout@v4
14
- - name : Setup, Python ${{ matrix.python-version }}
10
+ - name : Setup Python
15
11
uses : actions/setup-python@v5
16
12
with :
17
- python-version : ${{ matrix.python-version }}
13
+ python-version : " 3.12 "
18
14
architecture : x64
19
- - name : Deploy with Python ${{ matrix.python-version }}
15
+ - name : Deploy
20
16
env :
21
17
POETRY_PYPI_TOKEN_PYPI : ${{ secrets.POETRY_PYPI_TOKEN_PYPI }}
22
18
run : |
Original file line number Diff line number Diff line change 13
13
- name : Select Python 3.12
14
14
uses : actions/setup-python@v5
15
15
with :
16
- python-version : 3.12
16
+ python-version : " 3.12"
17
17
architecture : x64
18
18
- name : Install Dependencies
19
19
run : |
57
57
- name : Select Python 3.12
58
58
uses : actions/setup-python@v5
59
59
with :
60
- python-version : 3.12
60
+ python-version : " 3.12"
61
61
architecture : x64
62
62
- name : Install Dependencies
63
63
run : |
You can’t perform that action at this time.
0 commit comments