Skip to content

Commit

Permalink
macOS x64 wheels still built with Travis for prudence
Browse files Browse the repository at this point in the history
  • Loading branch information
emasab committed Aug 2, 2022
1 parent 19ef95d commit ef6319b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ jobs:
env: BUILD_WHEELS=1
script: tools/wheels/build-wheels.sh ${LIBRDKAFKA_VERSION#v} wheelhouse

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

install:
# Install interceptors
Expand Down

0 comments on commit ef6319b

Please sign in to comment.