diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8cdc3c8..b56007b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 }}