We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0a1d0e commit 033df3eCopy full SHA for 033df3e
.github/workflows/upload_pypi.yml
@@ -12,7 +12,7 @@ jobs:
12
fail-fast: false
13
matrix:
14
python-version: [3.6, 3.7, 3.8]
15
- platform: [ubuntu-latest, macos-latest, windows-latest]
+ platform: [macos-latest, windows-latest] # No wheels on linux yet
16
runs-on: ${{ matrix.platform }}
17
18
steps:
0 commit comments