Skip to content

Commit

Permalink
Move wheels from all subdirectories to dist
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Dec 19, 2023
1 parent 7b181fa commit 5b61354
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,16 +213,7 @@ jobs:
- 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
mkdir dist
mv */*.whl dist
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 5b61354

Please sign in to comment.