Summary
Jobs
build_test_upload
get_release_type
wheel_build_test (macos-latest, 3.8)
wheel_build_test (macos-latest, 3.9)
wheel_build_test (macos-latest, 3.10)
wheel_build_test (macos-latest, 3.11)
wheel_build_test (ubuntu-latest, 3.8)
wheel_build_test (ubuntu-latest, 3.9)
wheel_build_test (ubuntu-latest, 3.10)
wheel_build_test (ubuntu-latest, 3.11)
wheel_build_test (ubuntu-latest, pure)
wheel_build_test (windows-latest, 3.8)
wheel_build_test (windows-latest, 3.9)
wheel_build_test (windows-latest, 3.10)
wheel_build_test (windows-latest, 3.11)
wheel_build_test (macos-m1-12, 3.8)
wheel_build_test (macos-m1-12, 3.9)
wheel_build_test (macos-m1-12, 3.10)
wheel_build_test (macos-m1-12, 3.11)
conda_build_test (macos-latest, 3.8)
conda_build_test (macos-latest, 3.9)
conda_build_test (macos-latest, 3.10)
conda_build_test (macos-latest, 3.11)
conda_build_test (ubuntu-latest, 3.8)
conda_build_test (ubuntu-latest, 3.9)
conda_build_test (ubuntu-latest, 3.10)
conda_build_test (ubuntu-latest, 3.11)
conda_build_test (windows-latest, 3.8)
conda_build_test (windows-latest, 3.9)
conda_build_test (windows-latest, 3.10)
conda_build_test (windows-latest, 3.11)
conda_build_test (macos-m1-12, 3.8)
conda_build_test (macos-m1-12, 3.9)
conda_build_test (macos-m1-12, 3.10)
conda_build_test (macos-m1-12, 3.11)
wheel_upload
conda_upload
build_docs
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Push Nightly Release
on:
workflow_dispatch:
schedule:
- cron: 00 11 * * *
jobs:
build_test_upload:
if: |
github.repository == 'pytorch/data' && github.ref_name == 'main'
uses: ./.github/workflows/_build_test_upload.yml
with:
branch: "main"
pre_dev_release: true
pytorch_version: ""
secrets:
PYTORCH_BINARY_AWS_ACCESS_KEY_ID: ${{ secrets.PYTORCH_BINARY_AWS_ACCESS_KEY_ID }}
PYTORCH_BINARY_AWS_SECRET_ACCESS_KEY: ${{ secrets.PYTORCH_BINARY_AWS_SECRET_ACCESS_KEY }}
CONDA_NIGHTLY_PYTORCHBOT_TOKEN: ${{ secrets.CONDA_NIGHTLY_PYTORCHBOT_TOKEN }}
You can’t perform that action at this time.