Update ci.yaml
This commit is contained in:
parent
163069e3e9
commit
b2424dd716
|
@ -37,8 +37,3 @@ jobs:
|
|||
with:
|
||||
file: ./coverage.xml
|
||||
flags: unit
|
||||
- name: Publish to PyPI
|
||||
if: startsWith(github.ref, 'refs/tags')
|
||||
uses: pypa/gh-action-pypi-publish@master
|
||||
with:
|
||||
password: ${{ secrets.PYPI_API_TOKEN }}
|
||||
|
|
Loading…
Reference in New Issue