File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212 with :
1313 python-version : ' 3.10'
1414 architecture : ' x64'
15- - uses : snok/install-poetry@v1.3.1
15+ - uses : snok/install-poetry@v1.3.4
1616 - run : poetry run pip install twine
1717 - run : poetry build
1818 - run : poetry run twine check --strict dist/*
2626 with :
2727 python-version : ' 3.10'
2828 architecture : ' x64'
29- - uses : snok/install-poetry@v1.3.1
29+ - uses : snok/install-poetry@v1.3.4
3030 - run : poetry install
3131 - run : poetry run mypy .
3232
4242 with :
4343 python-version : ${{ matrix.python-version }}
4444 architecture : ' x64'
45- - uses : snok/install-poetry@v1.3.1
45+ - uses : snok/install-poetry@v1.3.4
4646 - run : poetry install
4747 - run : poetry run pytest --cov=mypy_silent --cov-report=xml
4848 - uses : codecov/codecov-action@v3.1.0
You can’t perform that action at this time.
0 commit comments