diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 31cf7f3..c0a5967 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -52,6 +52,8 @@ jobs: steps: - name: Check out repository uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Set up Python ${{ matrix.python }} uses: actions/setup-python@v3