From b2424dd7165c434a117c72152216e37bf555949f Mon Sep 17 00:00:00 2001 From: Sam Bull Date: Sat, 30 Jan 2021 18:56:08 +0000 Subject: [PATCH] Update ci.yaml --- .github/workflows/ci.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b56007b..8cdc3c8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 }}