##// END OF EJS Templates
yaml again
Matthias Bussonnier -
Show More
@@ -18,9 +18,9 b' upload_anaconda:'
18 18 cache-dependency-path: |
19 19 setup.cfg
20 20 - name: Try building with Python build
21 if: runner.os != 'Windows' # setup.py does not support sdist on Windows
22 run: |
23 python -m build
21 if: runner.os != 'Windows' # setup.py does not support sdist on Windows
22 run: |
23 python -m build
24 24
25 25 - name: Upload wheel
26 26 uses: scientific-python/upload-nightly-wheel
General Comments 0
You need to be logged in to leave comments. Login now