We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0013fb0 commit c54815dCopy full SHA for c54815d
.github/workflows/nightly.yml
@@ -107,7 +107,10 @@ jobs:
107
pytest tank/test_models.py |
108
tail -n 1 |
109
tee -a pytest_results.txt
110
-
+ publish:
111
+ runs-on: a100
112
+ needs: build
113
+ steps:
114
- name: Upload Release Assets
115
if: ${{ matrix.backend == 'SHARK' }}
116
id: upload-release-assets
@@ -116,7 +119,7 @@ jobs:
119
GITHUB_TOKEN: ${{ secrets.NODAI_INVOCATION_TOKEN }}
117
120
with:
118
121
release_id: ${{ steps.create_release.outputs.id }}
- assets_path: ./wheelhouse/nodai_*.whl
122
+ assets_path: ${GITHUB_WORKSPACE}/wheelhouse/nodai_*.whl
123
124
- name: Publish Release
125
0 commit comments