Skip to content

Commit 701d8af

Browse files
committed
ci: fix ducdkb-publishing
1 parent b4b332b commit 701d8af

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/duckdb-extensions.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,16 @@ jobs:
6060
attestations: write
6161
steps:
6262
- uses: actions/download-artifact@v7
63+
with:
64+
pattern: duckdb-extensions-*
65+
path: dist
66+
merge-multiple: true
6367
- name: Generate artifact attestation
6468
uses: actions/attest-build-provenance@v3
6569
with:
66-
subject-path: "duckdb-extensions-*/*"
70+
subject-path: "dist/*"
6771
- name: Publish to PyPI
6872
if: ${{ startsWith(github.ref, 'refs/tags/') }}
6973
uses: pypa/gh-action-pypi-publish@release/v1
7074
with:
71-
packages-dir: duckdb-extensions-*/
75+
packages-dir: dist/

0 commit comments

Comments
 (0)