We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3775c02 + d0c7161 commit c493e52Copy full SHA for c493e52
.github/workflows/main.yml
@@ -125,7 +125,7 @@ jobs:
125
126
macOS:
127
name: macOS
128
- runs-on: macos-latest
+ runs-on: macos-12
129
steps:
130
- uses: actions/checkout@v1
131
with:
@@ -140,7 +140,7 @@ jobs:
140
- name: Install prerequisites
141
run: |
142
python3 -m pip install -r requirements.txt
143
- python3 -m pip install twine
+ python3 -m pip install twine wheel
144
python3 -m pip install --user delocate
145
146
- name: Create wheel
0 commit comments