Update ci.yaml
This commit is contained in:
5
.github/workflows/ci.yaml
vendored
5
.github/workflows/ci.yaml
vendored
@@ -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 }}
|
||||
|
Reference in New Issue
Block a user