Skip to content

Commit 1655136

Browse files
authored
Update tests.yml
1 parent e1822c9 commit 1655136

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -52,32 +52,3 @@ jobs:
5252

5353
- run: pip install tox
5454
- 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 }}

0 commit comments

Comments
 (0)