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 44 types : [published]
55jobs :
66 build :
7- runs-on : ${{ matrix.os }}
8- strategy :
9- matrix :
10- os : [ubuntu-latest]
11- python-version : ["3.12"]
7+ runs-on : ubuntu-latest
128 steps :
139 - uses : actions/checkout@v4
14- - name : Setup, Python ${{ matrix.python-version }}
10+ - name : Setup Python
1511 uses : actions/setup-python@v5
1612 with :
17- python-version : ${{ matrix.python-version }}
13+ python-version : " 3.12 "
1814 architecture : x64
19- - name : Deploy with Python ${{ matrix.python-version }}
15+ - name : Deploy
2016 env :
2117 POETRY_PYPI_TOKEN_PYPI : ${{ secrets.POETRY_PYPI_TOKEN_PYPI }}
2218 run : |
Original file line number Diff line number Diff line change 1313 - name : Select Python 3.12
1414 uses : actions/setup-python@v5
1515 with :
16- python-version : 3.12
16+ python-version : " 3.12"
1717 architecture : x64
1818 - name : Install Dependencies
1919 run : |
5757 - name : Select Python 3.12
5858 uses : actions/setup-python@v5
5959 with :
60- python-version : 3.12
60+ python-version : " 3.12"
6161 architecture : x64
6262 - name : Install Dependencies
6363 run : |
You can’t perform that action at this time.
0 commit comments