Skip to content

Commit

Permalink
packaging on tags only
Browse files Browse the repository at this point in the history
  • Loading branch information
PrasanthV454 committed Feb 21, 2023
1 parent a907b63 commit 3a95ba4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ blocks:
- bash tools/mingw-w64/semaphore_commands.sh
- bash tools/wheels/install-librdkafka.sh $env:LIBRDKAFKA_VERSION.TrimStart("v") dest
- tools/wheels/build-wheels.bat x64 win_amd64 dest wheelhouse
- tar -czf wheelhouse-windows-${ARCH}.tgz wheelhouse
- bash artifact push workflow wheelhouse-windows-${ARCH}.tgz --destination artifacts/wheels-${OS_NAME}-${ARCH}/
- tar -czf wheelhouse-windows-${Env:ARCH}.tgz wheelhouse
- artifact push workflow wheelhouse-windows-${Env:ARCH}.tgz --destination artifacts/wheels-${Env:OS_NAME}-${Env:ARCH}/
- name: "Source package verification and Integration tests with Python 3 (Linux x64)"
dependencies: []
task:
Expand Down

0 comments on commit 3a95ba4

Please sign in to comment.