Skip to content

Commit 033df3e

Browse files
committed
No wheels on linux
1 parent f0a1d0e commit 033df3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
python-version: [3.6, 3.7, 3.8]
15-
platform: [ubuntu-latest, macos-latest, windows-latest]
15+
platform: [macos-latest, windows-latest] # No wheels on linux yet
1616
runs-on: ${{ matrix.platform }}
1717

1818
steps:

0 commit comments

Comments
 (0)