Skip to content

Commit

Permalink
Merge pull request #40 from ysk24ok/fix_wheel_path
Browse files Browse the repository at this point in the history
Fix wheel path
  • Loading branch information
ysk24ok authored Feb 20, 2021
2 parents 237f65c + 25d032d commit 0705437
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ env.UPLOAD_URL }}
asset_path: dist/${{ env.WHEEL_NAME }}
asset_path: pytorch_binding/dist/${{ env.WHEEL_NAME }}
asset_name: ${{ env.WHEEL_NAME }}
asset_content_type: application/zip
2 changes: 1 addition & 1 deletion .github/workflows/cuda100.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ env.UPLOAD_URL }}
asset_path: dist/${{ env.WHEEL_NAME }}
asset_path: pytorch_binding/dist/${{ env.WHEEL_NAME }}
asset_name: ${{ env.WHEEL_NAME }}
asset_content_type: application/zip
2 changes: 1 addition & 1 deletion .github/workflows/cuda101.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ env.UPLOAD_URL }}
asset_path: dist/${{ env.WHEEL_NAME }}
asset_path: pytorch_binding/dist/${{ env.WHEEL_NAME }}
asset_name: ${{ env.WHEEL_NAME }}
asset_content_type: application/zip
2 changes: 1 addition & 1 deletion .github/workflows/cuda102.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ env.UPLOAD_URL }}
asset_path: dist/${{ env.WHEEL_NAME }}
asset_path: pytorch_binding/dist/${{ env.WHEEL_NAME }}
asset_name: ${{ env.WHEEL_NAME }}
asset_content_type: application/zip
2 changes: 1 addition & 1 deletion .github/workflows/cuda92.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ env.UPLOAD_URL }}
asset_path: dist/${{ env.WHEEL_NAME }}
asset_path: pytorch_binding/dist/${{ env.WHEEL_NAME }}
asset_name: ${{ env.WHEEL_NAME }}
asset_content_type: application/zip

0 comments on commit 0705437

Please sign in to comment.