This is an automated email from the ASF dual-hosted git repository.
chaokunyang pushed a change to tag v0.12.1-rc1
in repository https://gitbox.apache.org/repos/asf/fory.git
*** WARNING: tag v0.12.1-rc1 was modified! ***
from 03452a365 (commit)
to 8d0dc6f5c (commit)
omit 03452a365 ci: Pass the GH token to actions/download-artifact (#2514)
omit 8838eb0f5 ci: Fix Windows wheel creation (#2511)
omit a278b7e6a fix(ci): Use $ROOT/dist for wheel distribution (#2506)
omit f412c247b chore: translate Chinese comments into English (#2503)
add 248ca3968 chore: translate Chinese comments into English (#2503)
add e9b02091c fix(ci): Use $ROOT/dist for wheel distribution (#2506)
add a5ccbcb6b ci: Fix Windows wheel creation (#2511)
add 5b10df732 ci: Pass the GH token to actions/download-artifact (#2514)
add 208eade74 fix(python): fix publich tag for workflow (#2517)
add 5218b61d7 fix(ci): print workflow head branch (#2518)
add 7bf905f24 fix(python): fix release python wheel head_branch tag (#2519)
add 1641769ed fix(ci): Pass tag to bump_py_version, set PLAT inside
manylinux container (#2522)
add f47b440e4 fix(ci): Use ref_name tag in Windows, name release runs,
verify wheel versions, use all python versions for release (#2532)
add 5f75ce977 add bash for windows
add 9f57d9e06 ci: Fix verify_version() by capturing version properly
(#2535)
add 63219779c fix(python): fix bump_wheel version (#2534)
add 5fb0d2b20 fix(python): fix bump version (#2536)
add 8d0dc6f5c fix(python): add macos 13 release (#2538)
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
tag are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (03452a365)
\
N -- N -- N refs/tags/v0.12.1-rc1 (8d0dc6f5c)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/workflows/build-containerized-pr.yml | 5 ++
.github/workflows/build-containerized-release.yml | 5 +-
.github/workflows/build-native-pr.yml | 5 ++
.github/workflows/build-native-release.yml | 22 ++++--
.github/workflows/release-python.yaml | 6 +-
ci/build_linux_wheels.py | 78 +++++++++-----------
ci/deploy.sh | 38 ++++++++--
ci/release.py | 1 +
ci/tasks/python_container_build_script.sh | 87 +++++++++++++++++++++++
9 files changed, 190 insertions(+), 57 deletions(-)
create mode 100644 ci/tasks/python_container_build_script.sh
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]