Skip to content

Commit

Permalink
Upload nightly torch/torchvision wheels to our release page
Browse files Browse the repository at this point in the history
  • Loading branch information
mgehre-amd committed Sep 6, 2023
1 parent 5c9a7a3 commit 59e292b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/releaseSnapshotPackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,16 @@ jobs:
workflow: Release Build
ref: "${{ env.tag_name }}"
inputs: '{"release_id": "${{ steps.create_release.outputs.id }}", "python_package_version": "${{ env.package_version }}"}'

- name: Download nightly pytorch and torchvision
run: |
pip download -r pytorch-requirements.txt -r torchvision-requirements.txt --no-deps --dest deps
- name: Upload nightly pytorch and torchvision into release
id: upload-release-assets-nightly
uses: dwenegar/upload-release-assets@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
release_id: ${{ steps.create_release.outputs.id }}
assets_path: ./deps/*.whl

0 comments on commit 59e292b

Please sign in to comment.