We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f9fb90 commit 5bbcd77Copy full SHA for 5bbcd77
.github/workflows/release.yml
@@ -14,9 +14,9 @@ jobs:
14
if: github.repository == 'pytorch/data' && github.ref_type == 'tag'
15
uses: ./.github/workflows/_build_test_upload.yml
16
with:
17
- branch: ""
+ branch: "v0.6.0"
18
pre_dev_release: false
19
- pytorch_version: ""
+ pytorch_version: "2.0.0"
20
secrets:
21
PYTORCH_BINARY_AWS_ACCESS_KEY_ID: ${{ secrets.PYTORCH_BINARY_AWS_ACCESS_KEY_ID }}
22
PYTORCH_BINARY_AWS_SECRET_ACCESS_KEY: ${{ secrets.PYTORCH_BINARY_AWS_SECRET_ACCESS_KEY }}
0 commit comments