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