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