File tree Expand file tree Collapse file tree 1 file changed +0
-29
lines changed Expand file tree Collapse file tree 1 file changed +0
-29
lines changed Original file line number Diff line number Diff line change 52
52
53
53
- run : pip install tox
54
54
- run : tox -e ${{ matrix.tox }}
55
-
56
- coveralls_finish :
57
- # check coverage increase/decrease
58
- needs : tests
59
- runs-on : ubuntu-latest
60
- steps :
61
- - name : Coveralls Finished
62
- uses : AndreMiras/coveralls-python-action@develop
63
-
64
- deploy :
65
- # builds and publishes to PyPi
66
- runs-on : ubuntu-latest
67
- steps :
68
- - uses : actions/checkout@v2
69
- - name : Set up Python
70
- uses : actions/setup-python@v2
71
- with :
72
- python-version : ' 3.7'
73
- - name : Install dependencies
74
- run : |
75
- python -m pip install --upgrade pip
76
- pip install build
77
- - name : Build package
78
- run : python -m build
79
- - name : Publish package
80
- uses : pypa/gh-action-pypi-publish@release/v1
81
- with :
82
- user : __token__
83
- password : ${{ secrets.PYPI_API_TOKEN }}
You can’t perform that action at this time.
0 commit comments