Skip to content

Commit ed825c8

Browse files
committed
🧪 Download artifacts to dist/ @ release job
1 parent 7b04a64 commit ed825c8

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

‎.github/workflows/ci-cd.yml

+8-2
Original file line numberDiff line numberDiff line change
@@ -430,11 +430,17 @@ jobs:
430430
${{ needs.build-pure-python-dists.outputs.sdist-filename }}
431431
workflow-artifact-name: >-
432432
${{ needs.pre-setup.outputs.dists-artifact-name }}
433+
434+
- name: Download distributions
435+
uses: actions/download-artifact@v3
436+
with:
437+
name: ${{ needs.pre-setup.outputs.dists-artifact-name }}
438+
path: dist
439+
- run: |
440+
tree
433441
- name: Login
434442
run: |
435443
echo "${{ secrets.GITHUB_TOKEN }}" | gh auth login --with-token
436-
- name: Download dists
437-
uses: actions/download-artifact@v3
438444
- name: Make Release
439445
uses: aio-libs/[email protected]
440446
with:

0 commit comments

Comments
 (0)