Show More
@@ -1,7 +1,8 b'' | |||||
|
1 | name: Nightly Wheel builder | |||
1 | on: |
|
2 | on: | |
2 | workflow_dispatch: |
|
3 | workflow_dispatch: | |
3 | name: Nightly Wheel builder |
|
|||
4 |
|
4 | |||
|
5 | jobs: | |||
5 | upload_anaconda: |
|
6 | upload_anaconda: | |
6 | name: Upload to Anaconda |
|
7 | name: Upload to Anaconda | |
7 | runs-on: ubuntu-latest |
|
8 | runs-on: ubuntu-latest | |
@@ -23,7 +24,7 b' upload_anaconda:' | |||||
23 | python -m build |
|
24 | python -m build | |
24 |
|
25 | |||
25 | - name: Upload wheel |
|
26 | - name: Upload wheel | |
26 | uses: scientific-python/upload-nightly-wheel |
|
27 | uses: scientific-python/upload-nightly-wheel@latest | |
27 | with: |
|
28 | with: | |
28 | artifact-names: dist/*.whl |
|
29 | artifact-names: dist/*.whl | |
29 | 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