Skip to content

Commit

Permalink
remove Windows and MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
mypaceshun committed Dec 16, 2021
1 parent 07998c5 commit 48d6642
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ jobs:
fail-fast: false
matrix:
include:
- {name: 'Linux', python: '3.10', os: ubuntu-latest}
- {name: 'Windows', python: '3.10', os: windows-latest}
- {name: 'Mac', python: '3.10', os: macos-latest}
- {name: '3.10', python: '3.10', os: ubuntu-latest}
- {name: '3.9', python: '3.9', os: ubuntu-latest}
- {name: '3.8', python: '3.8', os: ubuntu-latest}
- {name: '3.7', python: '3.7', os: ubuntu-latest}
Expand Down Expand Up @@ -85,6 +83,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v1
with:
name: 'dist'
path: 'dist'
- name: Create Release
if: startsWith(github.ref, 'refs/tags/v')
Expand Down

0 comments on commit 48d6642

Please sign in to comment.