File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 13
13
- uses : actions/setup-python@v2
14
14
with :
15
15
python-version : 3.9
16
- - uses : snok/install-poetry@v1.1.6
16
+ - uses : snok/install-poetry@v1.2.1
17
17
- name : Publish to test-pypi
18
18
run : |
19
19
poetry config repositories.test https://test.pypi.org/legacy/
28
28
- uses : actions/setup-python@v2
29
29
with :
30
30
python-version : 3.9
31
- - uses : snok/install-poetry@v1.1.6
31
+ - uses : snok/install-poetry@v1.2.1
32
32
- name : Publish to pypi
33
33
run : |
34
34
poetry config pypi-token.pypi ${{ secrets.PYPI_TOKEN }}
Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ name: test
2
2
3
3
on :
4
4
pull_request :
5
+ branches :
6
+ - " **"
5
7
push :
6
8
branches :
7
9
- master
43
45
python-version : ${{ matrix.python-version }}
44
46
45
47
- name : Install poetry
46
- uses : snok/install-poetry@v1.1.6
48
+ uses : snok/install-poetry@v1.2.1
47
49
with :
48
50
virtualenvs-in-project : true
49
51
You can’t perform that action at this time.
0 commit comments