diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 451aba8..f50ce5b 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -61,7 +61,7 @@ jobs: branch: 'main' - name: Checkout Repository (Develop) uses: actions/checkout@v4 - if: github.ref == "refs/heads/develop" + if: github.ref == 'refs/heads/develop' with: fetch-depth: '0' branch: 'develop'