mirror of
https://github.com/Z3Prover/z3
synced 2026-06-30 12:28:53 +00:00
Remove duplicate manylinux wheels from PythonPackages artifact
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This commit is contained in:
parent
7f4c4a129c
commit
43350eb9da
1 changed files with 1 additions and 8 deletions
9
.github/workflows/nightly.yml
vendored
9
.github/workflows/nightly.yml
vendored
|
|
@ -472,7 +472,7 @@ jobs:
|
||||||
|
|
||||||
python-package:
|
python-package:
|
||||||
name: "Python packaging"
|
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
|
runs-on: ubuntu-24.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
|
@ -507,12 +507,6 @@ jobs:
|
||||||
name: WindowsBuild-x86
|
name: WindowsBuild-x86
|
||||||
path: artifacts
|
path: artifacts
|
||||||
|
|
||||||
- name: Download ManyLinux Arm64 Build
|
|
||||||
uses: actions/download-artifact@v7.0.0
|
|
||||||
with:
|
|
||||||
name: ManyLinuxPythonBuildArm64
|
|
||||||
path: artifacts
|
|
||||||
|
|
||||||
- name: Extract builds
|
- name: Extract builds
|
||||||
run: |
|
run: |
|
||||||
cd artifacts
|
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/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-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
|
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
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v6
|
uses: actions/upload-artifact@v6
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue