diff --git a/.github/workflows/deploy-python.yml b/.github/workflows/deploy-python.yml index ceece33466..a579703034 100644 --- a/.github/workflows/deploy-python.yml +++ b/.github/workflows/deploy-python.yml @@ -135,6 +135,11 @@ jobs: - build-sdist steps: + - uses: actions/checkout@v4 + with: + persist-credentials: false + fetch-depth: 0 + - uses: actions/setup-python@v2 with: python-version: "3.x"