Show More
@@ -21,6 +21,7 b' jobs:' | |||||
21 | - name: Try building with Python build |
|
21 | - name: Try building with Python build | |
22 | if: runner.os != 'Windows' # setup.py does not support sdist on Windows |
|
22 | if: runner.os != 'Windows' # setup.py does not support sdist on Windows | |
23 | run: | |
|
23 | run: | | |
|
24 | python -m pip install build | |||
24 | python -m build |
|
25 | python -m build | |
25 |
|
26 | |||
26 | - name: Upload wheel |
|
27 | - name: Upload wheel |
General Comments 0
You need to be logged in to leave comments.
Login now