mirror of
https://github.com/TREX-CoE/trexio.git
synced 2024-12-23 04:43:57 +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:
|
publish_wheels:
|
||||||
name: Publish all wheels on PyPI
|
name: Publish all wheels on PyPI
|
||||||
needs: [build_linux_wheels, build_macos_wheels]
|
needs: [build_linux_wheels]
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@ -131,8 +131,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
ls -R
|
ls -R
|
||||||
mv pytrexio-manylinux-*/trexio-*.whl ./
|
mv pytrexio-manylinux-*/trexio-*.whl ./
|
||||||
mv pytrexio-macos-*/trexio-*.whl ./
|
rm -rf -- pytrexio-manylinux-*/
|
||||||
rm -rf -- pytrexio-manylinux-*/ pytrexio-macos-*/
|
|
||||||
ls -sh -w 1
|
ls -sh -w 1
|
||||||
working-directory: dist
|
working-directory: dist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user