Skip to content

Commit db887c7

Browse files
committed
Add env
1 parent 065647c commit db887c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release_build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
with:
3636
runner: ${{ matrix.os }}
3737
timeout: 30
38+
env:
39+
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
3840
script: |
3941
ldd --version
4042
conda create -y --name build_binary python=${{ matrix.python-version }}

0 commit comments

Comments
 (0)