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