diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index c8a50b1..9515784 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -8,8 +8,8 @@ jobs: runs-on: ubuntu-latest steps: - name: Clone - if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') - uses: actions/checkout@v1 + if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') + uses: actions/checkout@v1 - name: Build package if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') run: |