Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Commit 96e7cd5

Browse files
committed
Stop renaming wheels. This breaks installation with new pip.
The rename makes the metadata inconsistent with the filename, and pip 21 refuses to install such wheels after downloading them. The reason for the rename was to get regularly incrementing version numbers so the newest nightly in the wheelhouse is picked first. This is now fixed in SciPy master.
1 parent c6a2296 commit 96e7cd5

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

azure-posix.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ jobs:
7676
TEST_DEPENDS="oldest-supported-numpy pytest pytest-xdist pytest-faulthandler pytest-env"
7777
source multibuild/common_utils.sh
7878
source multibuild/travis_steps.sh
79-
source extra_functions.sh
8079
install_run $PLAT
8180
displayName: Install wheel and test
8281
@@ -114,7 +113,6 @@ jobs:
114113
- bash: |
115114
set -e
116115
if [ $ANACONDA_ORG == "scipy-wheels-nightly" ]; then
117-
source extra_functions.sh
118116
for f in wheelhouse/*.whl; do rename_wheel $f; done
119117
fi
120118

extra_functions.sh

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)