We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 065647c commit db887c7Copy full SHA for db887c7
.github/workflows/release_build.yml
@@ -35,6 +35,8 @@ jobs:
35
with:
36
runner: ${{ matrix.os }}
37
timeout: 30
38
+ env:
39
+ PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
40
script: |
41
ldd --version
42
conda create -y --name build_binary python=${{ matrix.python-version }}
0 commit comments