1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-08-24 22:21:43 +02:00

[wheel build] Remove leftovers of MacOS wheel build

This commit is contained in:
Evgeny Posenitskiy 2023-10-27 12:21:09 +02:00 committed by GitHub
parent d9c7533d6c
commit a4a4a8d29c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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:
@ -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