We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afbb077 commit fdeee41Copy full SHA for fdeee41
.github/workflows/build-wheel-macos-arm.yml renamed to .github/workflows/build-wheel-macos.yml
@@ -26,7 +26,7 @@ on:
26
- 'scripts/wheel-macos.sh'
27
- 'scripts/test-macos.sh'
28
- 'scripts/copy-licences.py'
29
- - '.github/workflows/build-wheel-macos-arm.yml'
+ - '.github/workflows/build-wheel-macos.yml'
30
31
# We don't use "actions/setup-python@v4" as it installs a universal python
32
# which creates universal wheels. We want to create wheels for the specific
.github/workflows/cd.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: ./.github/workflows/build-wheel-linux.yml
23
secrets: inherit
24
wheel-macos:
25
- uses: ./.github/workflows/build-wheel-macos-arm.yml
+ uses: ./.github/workflows/build-wheel-macos.yml
pypi:
needs: [wheel-linux, wheel-macos]
0 commit comments