##// END OF EJS Templates
fix nightly action repo name
Martin Fleischmann -
Show More
@@ -23,8 +23,8 b' jobs:'
23 23 run: |
24 24 python -m build
25 25
26 - name: Upload wheel
27 uses: scientific-python/upload-nightly-wheel@latest
28 with:
26 - name: Upload wheel
27 uses: scientific-python/upload-nightly-action@latest
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