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

Commit 1684896

Browse files
Merge pull request #34 from janaknat/master
Make wheels.sh update Travis-CI config also
2 parents 70ff146 + cbb28e0 commit 1684896

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/wheels.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@ git checkout -B RLS-"${PANDAS_VERSION}"
2424

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

2829
git add azure
30+
git add .travis.yml
2931
git commit -m "RLS $PANDAS_VERSION"
3032
git --no-pager diff HEAD~1
3133

0 commit comments

Comments
 (0)