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 7a011ba commit 17dd188Copy full SHA for 17dd188
.github/workflows/pypi.yml
@@ -17,6 +17,9 @@ concurrency:
17
cancel-in-progress: true
18
19
jobs:
20
+ # The job to build pypi wheels users can installed precompiled for them.
21
+ # At the moment only linux wheels are build, Windows and MacOS will compile on installation
22
+ # Before prebuilds all users had to compile code anyway.
23
build:
24
strategy:
25
matrix:
0 commit comments