Skip to content
This repository has been archived by the owner on Dec 29, 2020. It is now read-only.

Commit

Permalink
Commit for v2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
robbmcleod committed Aug 26, 2020
1 parent 64ba032 commit cf45c0d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
env:
global:
- REPO_DIR=numexpr
- BUILD_COMMIT=v2.7.1
- BUILD_COMMIT=v2.7.2
- PLAT=x86_64
- UNICODE_WIDTH=32
- NP_BUILD_DEP="numpy==1.7.1"
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

environment:
global:
BUILD_COMMIT: v2.7.1
BUILD_COMMIT: v2.7.2
NP_BUILD_DEP: "1.14.5"
NP_TEST_DEP: "1.14.5"
WHEELHOUSE_UPLOADER_USERNAME: travis-worker
Expand Down
2 changes: 1 addition & 1 deletion upload_v271.bat → upload_v272.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set VERSION=2.7.1
set VERSION=2.7.2
set CDN_URL=http://a365fff413fe338398b6-1c8a9b3114517dc5fe17b7c3f8c63a43.r19.cf2.rackcdn.com/
python wheel-uploader.py -r pypi -u %CDN_URL% -v -w ./wheelhouse -t macosx numexpr %VERSION%
python wheel-uploader.py -r pypi -u %CDN_URL% -v -w ./wheelhouse -t manylinux1 numexpr %VERSION%
Expand Down

0 comments on commit cf45c0d

Please sign in to comment.