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.
1 parent 76f92fd commit 9d6f886Copy full SHA for 9d6f886
.github/workflows/release-linux.yml
@@ -21,15 +21,16 @@ jobs:
21
- run: python -m pip install -U pip
22
- run: python -m pip install cibuildwheel
23
- run: touch setup.py
24
- - run: python -m cibuildwheel --output-dir wh
+ - run: python -m cibuildwheel --output-dir dist
25
env:
26
CIBW_BUILD: cp37-*manylinux*_x86_64 cp38-*manylinux*_x86_64 cp39-*manylinux*_x86_64 cp310-*manylinux*_x86_64 cp311-*manylinux*_x86_64
27
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
28
CIBW_REPAIR_WHEEL_COMMAND: ""
29
30
- uses: actions/upload-artifact@v3
31
with:
32
- path: wh
+ name: dist
33
+ path: dist
34
35
release:
36
needs: "build-wheel"
0 commit comments