Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
PrasanthV454 committed Feb 13, 2023
1 parent f60a4bb commit 7a85dda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ blocks:
- tar -czf wheelhouse-linux-${ARCH}.tgz wheelhouse
- artifact push workflow wheelhouse-linux-${ARCH}.tgz
- name: "Wheels: Linux x64"
run:
when: "tag =~ '.*'"
# run:
# when: "tag =~ '.*'"
dependencies: []
task:
agent:
Expand All @@ -86,7 +86,7 @@ blocks:
jobs:
- name: Build
commands:
- ./tools/build-manylinux.sh "${LIBRDKAFKA_VERSION#v}"
- ./tools/wheels/build-wheels.sh "${LIBRDKAFKA_VERSION#v}"
- tar -czf wheelhouse-linux-${ARCH}.tgz wheelhouse
- artifact push workflow wheelhouse-linux-${ARCH}.tgz
- name: "Wheels: Windows"
Expand Down

0 comments on commit 7a85dda

Please sign in to comment.