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 ad06e82 commit 9c22b95Copy full SHA for 9c22b95
.github/workflows/build.yml
@@ -48,8 +48,6 @@ jobs:
48
49
- run: |
50
choco install -y mingw --forcex86 --force --version=7.3.0
51
- refreshenv
52
- echo "C:\\ProgramData\\chocolatey\\lib\\mingw\\tools\\install\\mingw32\\bin" >> $GITHUB_PATH;
53
name: Install 32-bit mingw
54
shell: powershell
55
if: ${{ matrix.BUILD_BITS == '32' }}
@@ -78,7 +76,9 @@ jobs:
78
76
./test_dyn.exe
79
77
80
- name: Upload
+ env:
+ OPENBLAS_LIBS_STAGING_UPLOAD_TOKEN: ${{ secrets.MULTIBUILD_WHEELS_STAGING_ACCESS }}
81
run: |
82
pip install -q git+https://github.com/Anaconda-Platform/[email protected]
83
- # upload_to_anaconda_staging.sh
+ tools/upload_to_anaconda_staging.sh
84
0 commit comments