Skip to content

Commit ae17f5d

Browse files
committed
CI fix 3
1 parent 0280787 commit ae17f5d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/publish-to-pypi.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020

2121
- name: Build wheels
2222
run: python -m cibuildwheel --output-dir wheelhouse
23+
env:
24+
CIBW_SKIP: "pp3*"
2325

2426
- uses: actions/upload-artifact@v4
2527
with:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import setuptools
55
import sys
66

7-
__version__ = "1.0.2"
7+
__version__ = "1.0.5"
88

99

1010
class get_pybind_include(object):

0 commit comments

Comments
 (0)