Skip to content

Commit

Permalink
Merge pull request #2 from zuodexin/zuodexin-patch-1
Browse files Browse the repository at this point in the history
Update CreateAndTestRelease.yml
  • Loading branch information
zuodexin authored Nov 19, 2022
2 parents d6c7587 + f6869f8 commit b406329
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CreateAndTestRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-18.04, macos-latest, windows-latest]
pyversion: [3.7, 3.8, 3.9, "3.10"]
pyversion: [3.6, 3.7, 3.8, 3.9, "3.10"]
steps:
- uses: actions/checkout@v2
with:
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
pyversion: [3.7, 3.8, 3.9, "3.10"]
pyversion: [3.6, 3.7, 3.8, 3.9, "3.10"]
steps:
- name: Download PyMeshLab_${{ runner.os }}_python${{ matrix.pyversion }}
uses: actions/download-artifact@v2
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
pyversion: [3.7, 3.8, 3.9, "3.10"]
pyversion: [3.6, 3.7, 3.8, 3.9, "3.10"]
steps:
- name: Download pymeshlab_whl_${{ runner.os }}_python${{ matrix.pyversion }}
uses: actions/download-artifact@v2
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
strategy:
matrix:
os: [Linux, macOS, Windows]
pyversion: [3.7, 3.8, 3.9, "3.10"]
pyversion: [3.6, 3.7, 3.8, 3.9, "3.10"]
steps:
#download zip package
- name: Download PyMeshLab_${{ matrix.os }}_python${{ matrix.pyversion }}
Expand Down

0 comments on commit b406329

Please sign in to comment.