This is an automated email from the ASF dual-hosted git repository.
chaokunyang pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/fory.git
from b84255fae chore: bump release version to 0.12.0 (#2489)
add c7cd3524a fix(ci): Build python wheels using interpreters in
manylinux2014 (#2486)
No new revisions were added by this update.
Summary of changes:
...for-release.yaml => build-containerized-pr.yml} | 22 +--
...for-pr.yaml => build-containerized-release.yml} | 44 +++---
.github/workflows/build-native-pr.yml | 53 +++++++
.github/workflows/build-native-release.yml | 56 ++++++++
.github/workflows/build-wheels.yaml | 94 ------------
.github/workflows/release-python.yaml | 2 +-
ci/build_linux_wheels.py | 160 +++++++++++++++++++++
ci/build_manylinux_wheel.sh | 157 --------------------
ci/deploy.sh | 42 +++---
ci/run_ci.sh | 15 +-
ci/tasks/python.py | 2 +-
python/setup.py | 7 +-
12 files changed, 334 insertions(+), 320 deletions(-)
rename .github/workflows/{build-wheels-for-release.yaml =>
build-containerized-pr.yml} (67%)
rename .github/workflows/{build-wheels-for-pr.yaml =>
build-containerized-release.yml} (54%)
create mode 100644 .github/workflows/build-native-pr.yml
create mode 100644 .github/workflows/build-native-release.yml
delete mode 100644 .github/workflows/build-wheels.yaml
create mode 100755 ci/build_linux_wheels.py
delete mode 100755 ci/build_manylinux_wheel.sh
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]