Skip to content

Commit 0ff6ddf

Browse files
author
Ailing Zhang
committed
py39
1 parent 0c432a3 commit 0ff6ddf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ jobs:
4747
- id: set-matrix
4848
run: |
4949
if [ -z "${{ github.event.action }}" ]; then
50-
# For nightly release, we only run on python 3.8
51-
echo '::set-output name=matrix::{"include":[{"name":"taichi-nightly","python":"3.8","conda_python":"py38"}]}"'
50+
# For nightly release, we only run on python 3.9
51+
echo '::set-output name=matrix::{"include":[{"name":"taichi-nightly","python":"3.9","conda_python":"py39"}]}"'
5252
5353
# M1 only supports py38 and py39(conda), so change matrix.
54-
echo '::set-output name=matrix_osx::{"include":[{"name":"taichi-nightly","python":"3.8"}]}"'
54+
echo '::set-output name=matrix_osx::{"include":[{"name":"taichi-nightly","python":"3.9"}]}"'
5555
else
5656
# For production release, we run on four python versions.
5757
echo '::set-output name=matrix::{"include":[{"name":"taichi","python":"3.6","conda_python":"py36"},{"name":"taichi","python":"3.7","conda_python":"py37"},{"name":"taichi","python":"3.8","conda_python":"py38"},{"name":"taichi","python":"3.9","conda_python":"py39"}]}"'

0 commit comments

Comments
 (0)