Skip to content

Commit 81a5fe9

Browse files
committed
build only windows
1 parent f44449b commit 81a5fe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
4040
strategy:
4141
matrix:
42-
os: [macos-latest, windows-latest]
42+
os: [windows-latest] # macos-latest,
4343
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
4444
steps:
4545
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)