File tree Expand file tree Collapse file tree 4 files changed +563
-605
lines changed Expand file tree Collapse file tree 4 files changed +563
-605
lines changed Original file line number Diff line number Diff line change 11
11
- uses : actions/setup-python@v4
12
12
with :
13
13
python-version : " 3.11"
14
- - uses : abatilo/actions-poetry@v2.0.0
14
+ - uses : abatilo/actions-poetry@v2
15
15
with :
16
- poetry-version : 1.2.2
16
+ poetry-version : 1.5.1
17
17
- name : Upload to pypi
18
18
run : |
19
19
poetry build
Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ jobs:
19
19
- uses : actions/setup-python@v4
20
20
with :
21
21
python-version : ${{ matrix.python-version }}
22
- - uses : abatilo/actions-poetry@v2.0.0
22
+ - uses : abatilo/actions-poetry@v2
23
23
with :
24
- poetry-version : 1.2.2
24
+ poetry-version : 1.5.1
25
25
- uses : actions/cache@v3
26
26
with :
27
27
path : |
28
- ~/.cache/pypoetry/virtualenvs
28
+ ~/.cache/pypoetry
29
29
key : ${{ runner.os }}-${{ matrix.python-version }}-poetry-${{ hashFiles('**/poetry.lock') }}
30
30
31
31
- run : brew install automake
You can’t perform that action at this time.
0 commit comments