Skip to content

Commit

Permalink
🧪 Download artifacts to dist/ @ release job
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Feb 1, 2024
1 parent 7b04a64 commit ed825c8
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -430,11 +430,17 @@ jobs:
${{ needs.build-pure-python-dists.outputs.sdist-filename }}
workflow-artifact-name: >-
${{ needs.pre-setup.outputs.dists-artifact-name }}
- name: Download distributions
uses: actions/download-artifact@v3
with:
name: ${{ needs.pre-setup.outputs.dists-artifact-name }}
path: dist
- run: |
tree
- name: Login
run: |
echo "${{ secrets.GITHUB_TOKEN }}" | gh auth login --with-token
- name: Download dists
uses: actions/download-artifact@v3
- name: Make Release
uses: aio-libs/create-release@v1.6.6
with:
Expand Down

0 comments on commit ed825c8

Please sign in to comment.