This is an automated email from the ASF dual-hosted git repository. chaokunyang pushed a commit to tag v0.12.1-b1 in repository https://gitbox.apache.org/repos/asf/fory.git
commit 319c1c01bea34a37bd1629f142d89434061c414a Author: mubai <[email protected]> AuthorDate: Mon Aug 25 13:22:05 2025 +0800 add checkout action --- .github/workflows/release-python.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-python.yaml b/.github/workflows/release-python.yaml index 02474e68d..3a17b3e13 100644 --- a/.github/workflows/release-python.yaml +++ b/.github/workflows/release-python.yaml @@ -33,6 +33,7 @@ jobs: if: ${{ github.event.workflow_run.conclusion == 'success' }} runs-on: ubuntu-latest steps: + - uses: actions/checkout@v4 - name: Download all wheel artifacts uses: actions/download-artifact@v5 with: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
