Skip to content

Commit

Permalink
Merge pull request #156 from pauldmccarthy/ci/upload-artifacts-names
Browse files Browse the repository at this point in the history
CI: Another fix to release workflow
  • Loading branch information
pauldmccarthy authored Nov 15, 2024
2 parents cc21e88 + b1cdf81 commit 2118dad
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 2118dad

Please sign in to comment.