Skip to content

Commit

Permalink
Add ANACONDA_SCIENTIFIC_PYTHON_UPLOAD to build.yml env
Browse files Browse the repository at this point in the history
  • Loading branch information
honno committed Jul 24, 2023
1 parent 778976b commit 59ab3c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
INTERFACE64: 1
fail-fast: false
runs-on: ${{ matrix.os }}
env:
ANACONDA_SCIENTIFIC_PYTHON_UPLOAD: ${{ secrets.ANACONDA_SCIENTIFIC_PYTHON_UPLOAD }}

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 59ab3c3

Please sign in to comment.