Skip to content

Commit fdeee41

Browse files
committed
ECC-1793: develop binary wheel - cleanup
1 parent afbb077 commit fdeee41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-wheel-macos-arm.yml renamed to .github/workflows/build-wheel-macos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ on:
2626
- 'scripts/wheel-macos.sh'
2727
- 'scripts/test-macos.sh'
2828
- 'scripts/copy-licences.py'
29-
- '.github/workflows/build-wheel-macos-arm.yml'
29+
- '.github/workflows/build-wheel-macos.yml'
3030

3131
# We don't use "actions/setup-python@v4" as it installs a universal python
3232
# which creates universal wheels. We want to create wheels for the specific

.github/workflows/cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: ./.github/workflows/build-wheel-linux.yml
2323
secrets: inherit
2424
wheel-macos:
25-
uses: ./.github/workflows/build-wheel-macos-arm.yml
25+
uses: ./.github/workflows/build-wheel-macos.yml
2626
secrets: inherit
2727
pypi:
2828
needs: [wheel-linux, wheel-macos]

0 commit comments

Comments
 (0)