diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 326caf1..0da6399 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -19,6 +19,7 @@ jobs: name: Build and Publish to Test PyPI runs-on: ubuntu-latest steps: + - uses: actions/checkout@v4 - name: Set up Poetry 📦 if: ${{ !(startsWith(github.ref, 'refs/tags')) || (inputs.test == true) }} uses: JRubics/poetry-publish@v1.16