Skip to content

Commit 17dd188

Browse files
committed
explain the purpose of the job in the github actions
1 parent 7a011ba commit 17dd188

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pypi.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ concurrency:
1717
cancel-in-progress: true
1818

1919
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.
2023
build:
2124
strategy:
2225
matrix:

0 commit comments

Comments
 (0)