Skip to content

Commit

Permalink
env variable pypi token
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulZhang12 committed Oct 21, 2024
1 parent db887c7 commit e65d7f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
python-tag: "py312"
cuda-tag: "cu124"
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
env:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
with:
runner: ${{ matrix.os }}
timeout: 30
env:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
script: |
ldd --version
conda create -y --name build_binary python=${{ matrix.python-version }}
Expand Down

0 comments on commit e65d7f9

Please sign in to comment.