Skip to content

Commit

Permalink
Download artifacts to publish to PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Dec 15, 2023
1 parent 99ba8fd commit 50d2c74
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/wheels.yml
Expand Up @@ -213,5 +213,19 @@ jobs:
permissions:
id-token: write
steps:
- uses: actions/download-artifact@v4
- name: Merge artifacts
run: |
for artifact in macOS_x86_64 \
macOS_arm64 \
manylinux2014_musllinux \
manylinux_2_28 \
windows_x86 \
windows_x64 \
windows_arm64 \
sdist; do
mv $artifact/* .
rmdir $artifact
done
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 50d2c74

Please sign in to comment.