Skip to content

Commit 3ba8088

Browse files
committed
fixed
1 parent eb4b84f commit 3ba8088

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
python-version: ['3.7', '3.8', '3.9', '3.10']
17-
os: [macos-latest]
18-
# os: [ubuntu-latest, macos-latest, windows-latest]
17+
os: [ubuntu-latest, macos-latest, windows-latest]
1918
runs-on: ${{ matrix.os }}
2019
steps:
2120
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)