##// END OF EJS Templates
fix nightly action repo name
Martin Fleischmann -
Show More
@@ -23,8 +23,8 b' jobs:'
23 run: |
23 run: |
24 python -m build
24 python -m build
25
25
26 - name: Upload wheel
26 - name: Upload wheel
27 uses: scientific-python/upload-nightly-wheel@latest
27 uses: scientific-python/upload-nightly-action@latest
28 with:
28 with:
29 artifact-names: dist/*.whl
29 artifact-names: dist/*.whl
30 anaconda-nightly-upload-token: ${secrets.UPLOAD_TOKEN}
30 anaconda-nightly-upload-token: ${secrets.UPLOAD_TOKEN}
General Comments 0
You need to be logged in to leave comments. Login now