Skip to content

Commit ef6319b

Browse files
committed
macOS x64 wheels still built with Travis for prudence
1 parent 19ef95d commit ef6319b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ jobs:
5050
env: BUILD_WHEELS=1
5151
script: tools/wheels/build-wheels.sh ${LIBRDKAFKA_VERSION#v} wheelhouse
5252

53-
# - name: "Wheels: MacOSX x64"
54-
# if: tag is present
55-
# os: osx
56-
# language: shell
57-
# env: BUILD_WHEELS=1
58-
# script: tools/wheels/build-wheels.sh ${LIBRDKAFKA_VERSION#v} wheelhouse
53+
- name: "Wheels: MacOSX x64"
54+
if: tag is present
55+
os: osx
56+
language: shell
57+
env: BUILD_WHEELS=1
58+
script: tools/wheels/build-wheels.sh ${LIBRDKAFKA_VERSION#v} wheelhouse
5959

6060
install:
6161
# Install interceptors

0 commit comments

Comments
 (0)