Skip to content

Commit

Permalink
CI: Also need to update download-artifact config
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldmccarthy committed Nov 15, 2024
1 parent cc21e88 commit b1cdf81
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,16 +117,11 @@ jobs:
needs: [build_sdist, build_macos_wheels, build_windows_wheels, build_linux_wheels]
steps:

- name: Download source archive
- name: Download wheels
uses: actions/download-artifact@v4
with:
name: sdist
path: dist/
- name: Download wheel archives
uses: actions/download-artifact@v4
with:
name: wheels
path: dist/
path: dist/
merge-multiple: true

- name: Publish archives to PyPI
uses: pypa/[email protected]
Expand Down

0 comments on commit b1cdf81

Please sign in to comment.