Skip to content

Commit

Permalink
polish(pu): polish release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
puyuan1996 committed Apr 12, 2024
1 parent 5190fd3 commit 7689502
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Set up python dependences
- name: Set up python dependencies
run: |
pip install --upgrade pip
pip install --upgrade flake8 setuptools wheel twine
Expand Down Expand Up @@ -54,11 +54,11 @@ jobs:
- 'ubuntu-20.04'
- 'macos-12'
python:
- '3.7.17'
- '3.8.17'
- '3.9.17'
- '3.10.17'
# - '3.11'
- '3.7'
- '3.8'
- '3.9'
- '3.10'
- '3.11'
architecture:
- x86_64
- arm64
Expand All @@ -78,8 +78,6 @@ jobs:
architecture: x86
- os: macos-12
architecture: AMD64
- python: '3.7.17'
architecture: arm64

steps:
- name: Checkout code
Expand All @@ -97,7 +95,7 @@ jobs:
env:
CIBW_SKIP: "pp* *musllinux*"
CIBW_ARCHS: ${{ matrix.architecture }}
CIBW_PROJECT_REQUIRES_PYTHON: ~=${{ matrix.python }}.0
CIBW_PROJECT_REQUIRES_PYTHON: "==${{ matrix.python }}.*"
- name: Show the buildings
shell: bash
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
Updated on 2024.04.12 LightZero-v0.0.5

> LightZero is a lightweight, efficient, and easy-to-understand open-source algorithm toolkit that combines Monte Carlo Tree Search (MCTS) and Deep Reinforcement Learning (RL).
> For any questions about LightZero, you can consult the RAG-based Q&A assistant: [ZeroPal](https://huggingface.co/spaces/OpenDILabCommunity/ZeroPal)gst.
> For any questions about LightZero, you can consult the RAG-based Q&A assistant: [ZeroPal](https://huggingface.co/spaces/OpenDILabCommunity/ZeroPal).
English | [简体中文(Simplified Chinese)](https://github.com/opendilab/LightZero/blob/main/README.zh.md) | [Paper](https://arxiv.org/pdf/2310.08348.pdf)

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ def find_cython_extensions(path=None):
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Topic :: Scientific/Engineering :: Artificial Intelligence',
],
)

0 comments on commit 7689502

Please sign in to comment.