Skip to content

Commit

Permalink
[wheel build] Remove leftovers of MacOS wheel build
Browse files Browse the repository at this point in the history
  • Loading branch information
q-posev authored Oct 27, 2023
1 parent d9c7533 commit a4a4a8d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:

publish_wheels:
name: Publish all wheels on PyPI
needs: [build_linux_wheels, build_macos_wheels]
needs: [build_linux_wheels]
runs-on: ubuntu-20.04

steps:
Expand Down Expand Up @@ -131,8 +131,7 @@ jobs:
run: |
ls -R
mv pytrexio-manylinux-*/trexio-*.whl ./
mv pytrexio-macos-*/trexio-*.whl ./
rm -rf -- pytrexio-manylinux-*/ pytrexio-macos-*/
rm -rf -- pytrexio-manylinux-*/
ls -sh -w 1
working-directory: dist

Expand Down

0 comments on commit a4a4a8d

Please sign in to comment.