We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 117e9e9 commit 9eda5beCopy full SHA for 9eda5be
.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: "v0.5.0"
+ branch: "v0.5.1"
18
pre_dev_release: false
19
- pytorch_version: "1.13.0"
+ pytorch_version: "1.13.1"
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