Skip to content

Commit

Permalink
comamnds updated
Browse files Browse the repository at this point in the history
  • Loading branch information
PrasanthV454 committed Jan 24, 2023
1 parent 7e56d1d commit 87b9acb
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 @@ -31,8 +31,8 @@ blocks:
- tar -czf wheelhouse-macOS-${ARCH}.tgz wheelhouse
- artifact push workflow wheelhouse-macOS-${ARCH}.tgz
- name: "Wheels: OSX arm64"
run:
when: "tag =~ '.*'"
# run:
# when: "tag =~ '.*'"
dependencies: []
task:
agent:
Expand Down Expand Up @@ -144,7 +144,7 @@ blocks:
- name: OS_NAME
value: linux
- name: ARCH
value: amd64
value: x64
jobs:
- name: Build
commands:
Expand Down

0 comments on commit 87b9acb

Please sign in to comment.