mirror of
https://github.com/TREX-CoE/trexio.git
synced 2024-11-03 12:43:55 +01:00
[wheel build] Remove leftovers of MacOS wheel build
This commit is contained in:
parent
d9c7533d6c
commit
a4a4a8d29c
5
.github/workflows/build-wheels.yml
vendored
5
.github/workflows/build-wheels.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user