Skip to content

Update docs and CI for py 3.13 support #130

Update docs and CI for py 3.13 support

Update docs and CI for py 3.13 support #130

Workflow file for this run

name: Test Release Pipelines
on:
workflow_dispatch:
pull_request:
paths:
- .github/workflows/pull_release.yml
- .github/workflows/_build_test_upload.yml
jobs:
build_test_upload:

Check failure on line 11 in .github/workflows/pull_release.yml

View workflow run for this annotation

GitHub Actions / Test Release Pipelines

Invalid workflow file

The workflow is not valid. .github/workflows/pull_release.yml (Line: 11, Col: 3): Error calling workflow 'pytorch/data/.github/workflows/_build_test_upload.yml@be94075ad6ff45aa53f3cb776fea25b54de75cce'. The workflow is requesting 'contents: write, id-token: write', but is only allowed 'contents: read, id-token: none'.
if: github.repository == 'pytorch/data'
uses: ./.github/workflows/_build_test_upload.yml
with:
branch: ""
pre_dev_release: true
pytorch_version: ""
do-upload: false
secrets:
CONDA_TEST_PYTORCHBOT_TOKEN: ""