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

Make wheels.sh update Travis-CI config also #34

Merged
merged 1 commit into from
Oct 7, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions scripts/wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ git checkout -B RLS-"${PANDAS_VERSION}"

sed -i 's/BUILD_COMMIT: "v.*/BUILD_COMMIT: "'${PANDAS_VERSION}'"/' azure/windows.yml
sed -i 's/BUILD_COMMIT: "v.*/BUILD_COMMIT: "'${PANDAS_VERSION}'"/' azure/posix.yml
sed -i 's/BUILD_COMMIT="v.*/BUILD_COMMIT="'${PANDAS_VERSION}'"/' .travis.yml

git add azure
git add .travis.yml
git commit -m "RLS $PANDAS_VERSION"
git --no-pager diff HEAD~1

Expand Down