Skip to content

Commit af577e7

Browse files
committed
env variable pypi token 7
1 parent 1471499 commit af577e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release_build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,12 @@ jobs:
1919
python-version: [3.9, "3.10", "3.11", "3.12"]
2020
cuda-tag: ["cu124"]
2121
steps:
22+
- name: Set up Environment
23+
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
2224
- name: Push to PyPI
2325
env:
2426
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
2527
OFFICIAL_RELEASE: 1
26-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
2728
run: |
2829
ldd --version
2930
conda create -y --name build_binary python=${{ matrix.python-version }}

0 commit comments

Comments
 (0)