Skip to content

Commit

Permalink
ECC-1793: develop binary wheel - cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
iainrussell committed Aug 30, 2024
1 parent afbb077 commit fdeee41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on:
- 'scripts/wheel-macos.sh'
- 'scripts/test-macos.sh'
- 'scripts/copy-licences.py'
- '.github/workflows/build-wheel-macos-arm.yml'
- '.github/workflows/build-wheel-macos.yml'

# We don't use "actions/setup-python@v4" as it installs a universal python
# which creates universal wheels. We want to create wheels for the specific
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: ./.github/workflows/build-wheel-linux.yml
secrets: inherit
wheel-macos:
uses: ./.github/workflows/build-wheel-macos-arm.yml
uses: ./.github/workflows/build-wheel-macos.yml
secrets: inherit
pypi:
needs: [wheel-linux, wheel-macos]
Expand Down

0 comments on commit fdeee41

Please sign in to comment.