Skip to content

Commit 9c22b95

Browse files
committed
cleanup, add org-wide secret, enable upload
1 parent ad06e82 commit 9c22b95

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ jobs:
4848
4949
- run: |
5050
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;
5351
name: Install 32-bit mingw
5452
shell: powershell
5553
if: ${{ matrix.BUILD_BITS == '32' }}
@@ -78,7 +76,9 @@ jobs:
7876
./test_dyn.exe
7977
8078
- name: Upload
79+
env:
80+
OPENBLAS_LIBS_STAGING_UPLOAD_TOKEN: ${{ secrets.MULTIBUILD_WHEELS_STAGING_ACCESS }}
8181
run: |
8282
pip install -q git+https://github.com/Anaconda-Platform/[email protected]
83-
# upload_to_anaconda_staging.sh
83+
tools/upload_to_anaconda_staging.sh
8484

0 commit comments

Comments
 (0)