Skip to content

Commit

Permalink
Update nightly.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gpetters-amd committed Apr 2, 2024
1 parent b80458a commit 4d7b7f4
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,19 @@ jobs:
shell: powershell
run: |
./setup_venv.ps1
echo "1"
python process_skipfiles.py
echo "2"
$env:SHARK_PACKAGE_VERSION=${{ env.package_version }}
echo "3"
pip install -e .
pip wheel -v -w dist . --pre -f https://download.pytorch.org/whl/nightly/cpu -f https://llvm.github.io/torch-mlir/package-index/ -f https://nod-ai.github.io/SRT/pip-release-links.html
python process_skipfiles.py
echo "4"
pyinstaller .\apps\shark_studio\shark_studio.spec
echo "5"
mv ./dist/nodai_shark_studio.exe ./dist/nodai_shark_studio_${{ env.package_version_ }}.exe
echo "6"
signtool sign /f c:\g\shark_02152023.cer /fd certHash /csp "eToken Base Cryptographic Provider" /k "${{ secrets.CI_CERT }}" ./dist/nodai_shark_studio_${{ env.package_version_ }}.exe
echo "7"
- name: Upload Release Assets
id: upload-release-assets
Expand Down

0 comments on commit 4d7b7f4

Please sign in to comment.