Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down