diff --git a/.github/workflows/build-publish.yml b/.github/workflows/build-publish.yml index c581c68..7d34484 100644 --- a/.github/workflows/build-publish.yml +++ b/.github/workflows/build-publish.yml @@ -102,10 +102,12 @@ jobs: id-token: write # IMPORTANT: mandatory for sigstore attestations: write steps: - - name: Checkout poetry.lock + - name: Checkout poetry.lock and pyproject.toml uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: - sparse-checkout: poetry.lock + sparse-checkout: | + poetry.lock + pyproject.toml sparse-checkout-cone-mode: false - name: Download all the dists uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9