Update ci.yaml

This commit is contained in:
Sam Bull 2021-01-30 18:56:08 +00:00 committed by GitHub
parent 163069e3e9
commit b2424dd716
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -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 }}