Public Release #9
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: Public Release | |
on: | |
# [ Note: Manually Trigger the Workflow ] | |
# 1. Go to Actions under pytorch/data repo | |
# 2. In the left sidebar, click the workflow you want to run | |
# 3. Above the list of workflow runs, select Run workflow | |
# 4. Use the Branch dropdown to select the release/* branch | |
# 5. Click Run workflow | |
workflow_dispatch: | |
jobs: | |
build_and_upload_wheel: | |
uses: ./.github/workflows/build_and_upload_wheel.yml | |
with: | |
branch: "" | |
real-pypi: true | |
secrets: | |
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }} |