3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-01-19 16:53:18 +00:00

Remove duplicate manylinux wheels from PythonPackages artifact

Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-01-18 06:20:49 +00:00
parent 7f4c4a129c
commit 43350eb9da

View file

@ -472,7 +472,7 @@ jobs:
python-package:
name: "Python packaging"
needs: [mac-build-x64, mac-build-arm64, windows-build-x64, windows-build-x86, manylinux-python-arm64]
needs: [mac-build-x64, mac-build-arm64, windows-build-x64, windows-build-x86]
runs-on: ubuntu-24.04
steps:
- name: Checkout code
@ -507,12 +507,6 @@ jobs:
name: WindowsBuild-x86
path: artifacts
- name: Download ManyLinux Arm64 Build
uses: actions/download-artifact@v7.0.0
with:
name: ManyLinuxPythonBuildArm64
path: artifacts
- name: Extract builds
run: |
cd artifacts
@ -532,7 +526,6 @@ jobs:
echo $PWD/../../../artifacts/win64-bin/* | xargs printf 'PACKAGE_FROM_RELEASE=%s\n' | xargs -I '{}' env '{}' python3 setup.py bdist_wheel
echo $PWD/../../../artifacts/osx-x64-bin/* | xargs printf 'PACKAGE_FROM_RELEASE=%s\n' | xargs -I '{}' env '{}' python3 setup.py bdist_wheel
echo $PWD/../../../artifacts/osx-arm64-bin/* | xargs printf 'PACKAGE_FROM_RELEASE=%s\n' | xargs -I '{}' env '{}' python3 setup.py bdist_wheel
cp $PWD/../../../artifacts/*.whl dist/ || true
- name: Upload artifact
uses: actions/upload-artifact@v6