From 3e8d1ecbe3401224de3a8750f49055dabb8d82f4 Mon Sep 17 00:00:00 2001 From: yuecideng Date: Mon, 26 Jan 2026 16:05:46 +0800 Subject: [PATCH 1/2] bump version --- README.md | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b4e6bc58..76108e50 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![Website](https://img.shields.io/badge/website-dexforce.com-green?logo=google-chrome&logoColor=white)](https://dexforce.com/embodichain/index.html#/) [![GitHub Pages](https://img.shields.io/badge/GitHub%20Pages-docs-blue?logo=github&logoColor=white)](https://dexforce.github.io/EmbodiChain/introduction.html) [![Python](https://img.shields.io/badge/python-3.10%20|%203.11-blue.svg)](https://docs.python.org/3/whatsnew/3.10.html) -[![Version](https://img.shields.io/badge/version-0.0.1-blue.svg)](https://github.com/DexForce/EmbodiChain/releases) +[![Version](https://img.shields.io/badge/version-0.0.2-blue.svg)](https://github.com/DexForce/EmbodiChain/releases) --- EmbodiChain is an end-to-end, GPU-accelerated framework for Embodied AI. It streamlines research and development by unifying high-performance simulation, real-to-sim data pipelines, modular model architectures, and efficient training workflows. This integration enables rapid experimentation, seamless deployment of intelligent agents, and effective Sim2Real transfer for real-world robotic systems. diff --git a/VERSION b/VERSION index 8acdd82b..4e379d2b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.1 +0.0.2 From 0d96b9bcabac4d0e40c8b3a4bf72b5515c287f0f Mon Sep 17 00:00:00 2001 From: yuecideng Date: Mon, 26 Jan 2026 16:15:27 +0800 Subject: [PATCH 2/2] wip --- .github/workflows/main.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0b83af33..c528fc25 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -129,15 +129,15 @@ jobs: run: | python -m build --wheel - - name: (Release) Create GitHub Release (draft) - uses: softprops/action-gh-release@v2 - with: - draft: true - generate_release_notes: true - files: | - dist/* - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # - name: (Release) Create GitHub Release (draft) + # uses: softprops/action-gh-release@v2 + # with: + # draft: true + # generate_release_notes: true + # files: | + # dist/* + # env: + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: (Release) Publish to PyPI uses: pypa/gh-action-pypi-publish@release/v1