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 a64c09c + a6ed89a commit c704761Copy full SHA for c704761
.github/workflows/main.yml
@@ -143,12 +143,12 @@ jobs:
143
- name: Set up Python
144
uses: actions/setup-python@v5
145
with:
146
- python-version: 3.11
+ python-version: 3.x
147
148
- name: Install prerequisites
149
run: |
150
python -m pip install -r requirements.txt
151
- python -m pip install twine wheel
+ python -m pip install setuptools twine wheel
152
python -m pip install --user delocate
153
154
- name: Create wheel
@@ -194,7 +194,7 @@ jobs:
194
195
196
197
198
architecture: ${{ matrix.arch }}
199
200
0 commit comments