File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 30
30
- name : Install poetry
31
31
uses : ./.github/actions/prepare-poetry
32
32
with :
33
- python-version : 3.10
33
+ python-version : ' 3.10'
34
34
35
35
- name : Build
36
36
run : |
74
74
- name : Install poetry
75
75
uses : ./.github/actions/prepare-poetry
76
76
with :
77
- python-version : 3.10
77
+ python-version : ' 3.10'
78
78
79
79
- name : Upload to PyPI TEST
80
80
run : |
Original file line number Diff line number Diff line change 28
28
- name : Install poetry
29
29
uses : ./.github/actions/prepare-poetry
30
30
with :
31
- python-version : 3.10
31
+ python-version : ' 3.10'
32
32
33
33
- name : Build
34
34
run : |
72
72
- name : Install poetry
73
73
uses : ./.github/actions/prepare-poetry
74
74
with :
75
- python-version : 3.10
75
+ python-version : ' 3.10'
76
76
77
77
- name : Upload to PyPI
78
78
run : |
You can’t perform that action at this time.
0 commit comments