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 f7206c1 commit a63df42Copy full SHA for a63df42
.github/workflows/build.yml
@@ -13,7 +13,7 @@ on:
13
branches: [ master ]
14
15
env:
16
- OPENBLAS_COMMIT: 349b722d8d09303
+ OPENBLAS_COMMIT: "v0.3.11"
17
OPENBLAS_ROOT: "c:\\opt"
18
19
jobs:
.travis.yml
@@ -2,7 +2,7 @@ env:
2
global:
3
# The archive that gets built has name from ``git describe`` on this
4
# commit.
5
- - BUILD_COMMIT=349b722d8d09303
+ - BUILD_COMMIT=v0.3.11
6
- REPO_DIR=OpenBLAS
7
# Following generated with:
8
# travis encrypt -r MacPython/openblas-libs OPENBLAS_LIBS_STAGING_UPLOAD_TOKEN=<secret token value>
0 commit comments