Update ci.yaml

This commit is contained in:
Sam Bull
2021-01-17 15:14:51 +00:00
committed by GitHub
parent 9b2045d6ae
commit b27d9013b9

View File

@@ -37,3 +37,8 @@ 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 }}