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 0280787 commit ae17f5dCopy full SHA for ae17f5d
.github/workflows/publish-to-pypi.yaml
@@ -20,6 +20,8 @@ jobs:
20
21
- name: Build wheels
22
run: python -m cibuildwheel --output-dir wheelhouse
23
+ env:
24
+ CIBW_SKIP: "pp3*"
25
26
- uses: actions/upload-artifact@v4
27
with:
setup.py
@@ -4,7 +4,7 @@
4
import setuptools
5
import sys
6
7
-__version__ = "1.0.2"
+__version__ = "1.0.5"
8
9
10
class get_pybind_include(object):
0 commit comments