We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f753983 + 5b2826c commit b787e04Copy full SHA for b787e04
1 file changed
.github/workflows/pypi-publish.yml
@@ -20,9 +20,14 @@ jobs:
20
uses: pypa/cibuildwheel@v3.1.3
21
env:
22
CIBW_BUILD_FRONTEND: "build"
23
+ CIBW_PLATFORM: "linux"
24
+ CIBW_ARCHS: "x86_64"
25
+ CIBW_SKIP: "pp*"
26
+ with:
27
+ output-dir: wheelhouse
28
- uses: actions/upload-artifact@v4
29
with:
- path: ./wheelhouse/*.whl
30
+ path: wheelhouse/*.whl
31
32
build_sdist:
33
name: Build Source Distribution
0 commit comments