Skip to content

Commit e65d7f9

Browse files
committed
env variable pypi token
1 parent db887c7 commit e65d7f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ jobs:
3232
python-tag: "py312"
3333
cuda-tag: "cu124"
3434
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
35+
env:
36+
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
3537
with:
3638
runner: ${{ matrix.os }}
3739
timeout: 30
38-
env:
39-
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
4040
script: |
4141
ldd --version
4242
conda create -y --name build_binary python=${{ matrix.python-version }}

0 commit comments

Comments
 (0)