Skip to content

[release] update version #6340

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Jun 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/doc_check_on_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- uses: actions/setup-python@v2
with:
python-version: "3.8.14"
python-version: "3.9"

- run: python .github/workflows/scripts/check_doc_i18n.py -d docs/source

Expand All @@ -50,7 +50,7 @@ jobs:

- uses: actions/setup-python@v2
with:
python-version: "3.8.14"
python-version: "3.9"

# we use the versions in the main branch as the guide for versions to display
# checkout will give your merged branch
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-python@v2
with:
python-version: '3.8.14'
python-version: '3.9'
- name: generate draft
id: generate_draft
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_docker_after_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- uses: actions/setup-python@v2
with:
python-version: "3.8.14"
python-version: "3.9"

- name: Install requests
run: pip install requests
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release_nightly_on_schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- uses: actions/setup-python@v2
with:
python-version: '3.8.14'
python-version: '3.9'

- run: |
python .github/workflows/scripts/update_setup_for_nightly.py
Expand All @@ -43,7 +43,7 @@ jobs:

- uses: actions/setup-python@v2
with:
python-version: '3.8.14'
python-version: '3.9'

- name: Install requests
run: pip install requests
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/release_pypi_after_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ on:
- 'version.txt'
types:
- closed
permissions:
id-token: write
contents: read
jobs:
build-n-publish:
if: github.event_name == 'workflow_dispatch' || github.repository == 'hpcaitech/ColossalAI' && github.event.pull_request.merged == true && github.base_ref == 'main'
Expand All @@ -21,7 +18,7 @@ jobs:

- uses: actions/setup-python@v2
with:
python-version: '3.8.14'
python-version: '3.9'

- run: python setup.py sdist build

Expand All @@ -44,7 +41,7 @@ jobs:

- uses: actions/setup-python@v2
with:
python-version: '3.8.14'
python-version: '3.9'

- name: Install requests
run: pip install requests
Expand Down
10 changes: 1 addition & 9 deletions .github/workflows/release_test_pypi_before_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,18 @@ on:
paths:
- 'version.txt'


permissions:
id-token: write
contents: read

jobs:
build-n-publish:
if: github.event_name == 'workflow_dispatch' || github.repository == 'hpcaitech/ColossalAI'
name: Build and publish Python 🐍 distributions 📦 to Test PyPI
runs-on: ubuntu-latest
timeout-minutes: 20
permissions:
id-token: write
contents: read
steps:
- uses: actions/checkout@v2

- uses: actions/setup-python@v2
with:
python-version: '3.8.14'
python-version: '3.9'

- name: add timestamp to the version
id: prep-version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/report_leaderboard_to_lark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- uses: actions/setup-python@v2
with:
python-version: '3.8.14'
python-version: '3.9'

- run: pip install requests matplotlib seaborn requests_toolbelt pytz

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.1
0.5.0
Loading