We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f44449b commit 81a5fe9Copy full SHA for 81a5fe9
.github/workflows/python-publish.yml
@@ -39,7 +39,7 @@ jobs:
39
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
40
strategy:
41
matrix:
42
- os: [macos-latest, windows-latest]
+ os: [windows-latest] # macos-latest,
43
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
44
steps:
45
- uses: actions/checkout@v2
0 commit comments