diff --git a/.github/workflows/distribute_package.yml b/.github/workflows/distribute_package.yml index e372fa1..10f146e 100644 --- a/.github/workflows/distribute_package.yml +++ b/.github/workflows/distribute_package.yml @@ -56,8 +56,9 @@ jobs: steps: - uses: actions/checkout@v4 - # We need quite a deep fetch so that we get the versioning right - fetch-depth: 500 + with: + # We need quite a deep fetch so that we get the versioning right + fetch-depth: 500 - name: Install dependencies run: | @@ -89,8 +90,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - # We need quite a deep fetch so that we get the versioning right - fetch-depth: 500 + with: + # We need quite a deep fetch so that we get the versioning right + fetch-depth: 500 - name: Build sdist run: pipx run build --sdist