Skip to content

Commit

Permalink
ECC-1793: develop binary wheel - TEMPORARY allow pypi upload
Browse files Browse the repository at this point in the history
  • Loading branch information
iainrussell committed Aug 8, 2024
1 parent 007ff44 commit c91acea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheel-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:

deploy:

if: ${{ github.ref_type == 'tag' || github.event_name == 'release' }}
# if: ${{ github.ref_type == 'tag' || github.event_name == 'release' }}

strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-wheel-macos-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:

deploy:

if: ${{ github.ref_type == 'tag' || github.event_name == 'release' }}
# if: ${{ github.ref_type == 'tag' || github.event_name == 'release' }}

needs: [test, build]

Expand Down

0 comments on commit c91acea

Please sign in to comment.