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 893400b commit 49b79ddCopy full SHA for 49b79dd
.github/workflows/multibuild.yml
@@ -15,7 +15,7 @@ jobs:
15
strategy:
16
fail-fast: false
17
matrix:
18
- python-version: [3.7, 3.8, 3.9]
+ python-version: [3.7]
19
os: [ubuntu-latest, macos-latest]
20
platform: [x64]
21
PLAT: [i686, x86_64]
@@ -79,7 +79,7 @@ jobs:
79
# The first -t option refers to the token, the second is the "type"
80
# option to the "upload" command
81
anaconda -t ${TOKEN} upload \
82
- --no-progress --force -u multibuild-wheels-staging \
+ --no-progress --skip -u multibuild-wheels-staging \
83
-t file -p "openblas-libs" \
84
-v "$(cd OpenBLAS && git describe --tags --abbrev=8)" \
85
-d "OpenBLAS for multibuild wheels" \
0 commit comments