Skip to content

Commit 49b79dd

Browse files
committed
uhh, why do we need per-python-version builds here?
1 parent 893400b commit 49b79dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/multibuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
python-version: [3.7, 3.8, 3.9]
18+
python-version: [3.7]
1919
os: [ubuntu-latest, macos-latest]
2020
platform: [x64]
2121
PLAT: [i686, x86_64]
@@ -79,7 +79,7 @@ jobs:
7979
# The first -t option refers to the token, the second is the "type"
8080
# option to the "upload" command
8181
anaconda -t ${TOKEN} upload \
82-
--no-progress --force -u multibuild-wheels-staging \
82+
--no-progress --skip -u multibuild-wheels-staging \
8383
-t file -p "openblas-libs" \
8484
-v "$(cd OpenBLAS && git describe --tags --abbrev=8)" \
8585
-d "OpenBLAS for multibuild wheels" \

0 commit comments

Comments
 (0)